mirror of
https://github.com/djibux/BoilR.git
synced 2026-09-01 05:53:41 +02:00
Bottles (#233)
* Add bottles platform * Add bottles UI * Only inc create_symlinks on unix
This commit is contained in:
@@ -224,6 +224,11 @@ pub fn get_platform_shortcuts(settings: &Settings) -> Vec<(String, Vec<ShortcutO
|
||||
platform_results.push(update_platform_shortcuts(&FlatpakPlatform {
|
||||
settings: settings.flatpak.clone(),
|
||||
}));
|
||||
platform_results.push(update_platform_shortcuts(&crate::bottles::BottlesPlatform {
|
||||
settings: settings.bottles.clone(),
|
||||
}));
|
||||
|
||||
|
||||
}
|
||||
|
||||
#[cfg(windows)]
|
||||
|
||||
Reference in New Issue
Block a user