mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 14:45:14 +00:00
Title controls reordering done right. Title song play button created.
This commit is contained in:
@@ -217,7 +217,7 @@ void ScaleWidget::setScale(DBIScale newScale) {
|
||||
|
||||
cSetConfigScale(newScale);
|
||||
Local::writeSettings();
|
||||
App::wnd()->getTitle()->showUpdateBtn();
|
||||
App::wnd()->getTitle()->updateControlsVisibility();
|
||||
if (newScale == dbisAuto && !_auto->checked()) {
|
||||
_auto->setChecked(true);
|
||||
} else if (newScale != dbisAuto && _auto->checked()) {
|
||||
|
Reference in New Issue
Block a user