Skip to content

Commit

Permalink
Fixes for MacOS version
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeffser authored Jan 31, 2025
1 parent 0c40c08 commit 819edee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,8 @@ def do_activate(self):
if settings:
settings.set_property('gtk-xft-antialias', 1)
settings.set_property('gtk-decoration-layout', 'close,minimize,maximize:menu')
settings.set_property('gtk-font-name', 'Apple SD Gothic Neo')
settings.set_property('gtk-xft-dpi', 110592)
win.add_css_class('macos')
win.powersaver_warning_switch.set_visible(False)
win.background_switch.set_visible(False)
Expand Down

0 comments on commit 819edee

Please sign in to comment.