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 f3c86ab commit 91f2381
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 @@ -337,7 +337,7 @@ 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'))
std_user_defaults = msg(user_defaults, _register_name(objc, 'standardUserDefaults'))
# std_user_defaults = msg(user_defaults, _register_name(objc, 'standardUserDefaults'))

return Theme.DARK
# TODO: Restore
Expand Down

0 comments on commit 91f2381

Please sign in to comment.