mirror of
https://gitlab.com/asus-linux/asusctl.git
synced 2026-02-06 00:15:04 +01:00
Update readme, slash configs
This commit is contained in:
@@ -67,7 +67,7 @@ pub fn show_toast(
|
||||
success: SharedString,
|
||||
fail: SharedString,
|
||||
handle: Weak<MainWindow>,
|
||||
result: zbus::Result<()>,
|
||||
result: zbus::Result<()>
|
||||
) {
|
||||
match result {
|
||||
Ok(_) => {
|
||||
@@ -77,7 +77,7 @@ pub fn show_toast(
|
||||
log::warn!("{fail}: {e}");
|
||||
handle.unwrap().invoke_show_toast(fail)
|
||||
})
|
||||
.ok(),
|
||||
.ok()
|
||||
};
|
||||
}
|
||||
|
||||
@@ -102,9 +102,9 @@ pub fn setup_window(config: Arc<Mutex<Config>>) -> MainWindow {
|
||||
available.contains(&"xyz.ljones.Anime".to_string()),
|
||||
available.contains(&"xyz.ljones.FanCurves".to_string()),
|
||||
true,
|
||||
true,
|
||||
true
|
||||
]
|
||||
.into(),
|
||||
.into()
|
||||
);
|
||||
|
||||
ui.on_exit_app(move || {
|
||||
|
||||
Reference in New Issue
Block a user