settings: use timed serializer, handle zoom properly, use custom text style for note body font size, added font size slider, added preview note
This commit is contained in:
@@ -113,8 +113,7 @@ impl ChromePanelAction {
|
||||
match self {
|
||||
Self::SaveTheme(theme) => {
|
||||
ui.ctx().set_theme(*theme);
|
||||
ctx.settings_handler.set_theme(*theme);
|
||||
ctx.settings_handler.save();
|
||||
ctx.settings.set_theme(*theme);
|
||||
}
|
||||
|
||||
Self::Toolbar(toolbar_action) => match toolbar_action {
|
||||
|
||||
Reference in New Issue
Block a user