mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-08-12 14:43:54 +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