mirror of
https://github.com/markqvist/Sideband.git
synced 2025-07-28 09:14:17 -04:00
Set specific icons on darwin. Fix elevation references on buttons.
This commit is contained in:
parent
5278565d43
commit
1441b8cce2
2 changed files with 11 additions and 6 deletions
|
@ -102,6 +102,7 @@ class SidebandCore():
|
|||
self.icon = self.asset_dir+"/icon.png"
|
||||
self.icon_48 = self.asset_dir+"/icon_48.png"
|
||||
self.icon_32 = self.asset_dir+"/icon_32.png"
|
||||
self.icon_macos = self.asset_dir+"/icon_macos.png"
|
||||
self.notification_icon = self.asset_dir+"/notification_icon.png"
|
||||
|
||||
if not os.path.isdir(self.app_dir+"/app_storage"):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue