mirror of
https://github.com/kittywitch/konawall-py.git
synced 2026-02-09 12:29:19 -08:00
feat: detached instead of attached run
This commit is contained in:
parent
51fe663a47
commit
f07ebcd309
1 changed files with 1 additions and 1 deletions
|
|
@ -69,7 +69,7 @@ class Konawall(wx.adv.TaskBarIcon):
|
||||||
pystray.MenuItem("Rotate", self.rotate_wallpapers),
|
pystray.MenuItem("Rotate", self.rotate_wallpapers),
|
||||||
pystray.MenuItem("Toggle Rotation", self.toggle_timed_wallpaper_rotation, checked=lambda item: self.rotate)
|
pystray.MenuItem("Toggle Rotation", self.toggle_timed_wallpaper_rotation, checked=lambda item: self.rotate)
|
||||||
))
|
))
|
||||||
self.external_icon.run(setup)
|
self.external_icon.run_detached(setup)
|
||||||
self.hidden_frame.SetIcon(icon)
|
self.hidden_frame.SetIcon(icon)
|
||||||
self.create_menu()
|
self.create_menu()
|
||||||
self.create_bindings()
|
self.create_bindings()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue