You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* theme_previewer changes.
User can now choose a theme by clicking on the OK button of
the previewed theme. The function returns the theme name.
e.g.
new_theme = sg.preview_all_look_and_feel_themes(scrollable=True,columns=8)
if new_theme:
sg.theme(new_theme)
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
0 commit comments