Skip to content

Commit

Permalink
CI Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexhuszagh committed Sep 7, 2024
1 parent 91f2381 commit 27cb64e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/breeze_theme.py
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ def _get_theme_macos_impl() -> ThemeFn:
def get_theme_func() -> Theme:
'''Get the theme with all our internal helpers.'''
pool = msg(auto_release_pool, _register_name(objc, 'alloc'))
pool = msg(pool, _register_name(objc, 'init'))
# pool = msg(pool, _register_name(objc, 'init'))
# std_user_defaults = msg(user_defaults, _register_name(objc, 'standardUserDefaults'))

return Theme.DARK
Expand Down

0 comments on commit 27cb64e

Please sign in to comment.