mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-05 00:55:12 +00:00
Move some style code to lib_ui.
This commit is contained in:
@@ -493,7 +493,7 @@ void MainMenu::initResetScaleButton() {
|
||||
} else {
|
||||
_resetScaleButton.create(this);
|
||||
_resetScaleButton->addClickHandler([] {
|
||||
cSetConfigScale(kInterfaceScaleDefault);
|
||||
cSetConfigScale(style::kScaleDefault);
|
||||
Local::writeSettings();
|
||||
App::restart();
|
||||
});
|
||||
|
Reference in New Issue
Block a user