From 8906a4a7232974557e7825539bf3155044df0cec Mon Sep 17 00:00:00 2001 From: Observer KRypt0n_ Date: Wed, 2 Aug 2023 18:20:07 +0200 Subject: [PATCH] refactor: removed excess `set_visible` --- src/ui/main/mod.rs | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/ui/main/mod.rs b/src/ui/main/mod.rs index 17bf3e4..6e9cf35 100644 --- a/src/ui/main/mod.rs +++ b/src/ui/main/mod.rs @@ -551,9 +551,6 @@ impl SimpleComponent for App { set_label: &tr!("kill-game-process") }, - #[watch] - set_visible: model.kill_game_button, - #[watch] set_sensitive: !model.disabled_kill_game_button,