Set specific icons on darwin. Fix elevation references on buttons.

This commit is contained in:
Mark Qvist 2022-10-03 22:36:44 +02:00
parent 5278565d43
commit 1441b8cce2
2 changed files with 11 additions and 6 deletions

View file

@ -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"):