Skip to content

Commit

Permalink
no volume icon to reduce dmg size
Browse files Browse the repository at this point in the history
  • Loading branch information
amitv87 committed Mar 16, 2023
1 parent 7d5c01e commit e626b40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down Expand Up @@ -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
#
Expand Down

0 comments on commit e626b40

Please sign in to comment.