refactor: removed excess set_visible

This commit is contained in:
Observer KRypt0n_ 2023-08-02 18:20:07 +02:00
parent f359be9f3b
commit 8906a4a723
No known key found for this signature in database
GPG key ID: 844DA47BA25FE1E2

View file

@ -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,