From e626b40eba1ec1161d0435a0c74621104bde8c2d Mon Sep 17 00:00:00 2001 From: boggyb Date: Thu, 16 Mar 2023 18:00:39 +0530 Subject: [PATCH] no volume icon to reduce dmg size --- settings.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/settings.py b/settings.py index 93bc5b8..07451bf 100644 --- a/settings.py +++ b/settings.py @@ -61,7 +61,7 @@ def icon_from_app(app_path): # pyobjc-framework-Quartz. # #icon = '/path/to/icon.icns' -badge_icon = icon_from_app(application) +# badge_icon = icon_from_app(application) # Where to put the icons icon_locations = { @@ -101,7 +101,7 @@ def icon_from_app(app_path): sidebar_width = 180 # Window position in ((x, y), (w, h)) format -window_rect = ((100, 100), (640, 280)) +window_rect = ((100, 100), (640, 360)) # Select the default view; must be one of #