Added account name to window title (#1771)

This commit is contained in:
Paweł
2020-07-05 14:04:39 +02:00
committed by GitHub
parent 1277c72b02
commit 208e7a68b7
2 changed files with 20 additions and 10 deletions
+1 -1
View File
@@ -307,7 +307,7 @@ void GeneralPage::initLayout(SettingsLayout &layout)
layout.addCheckbox("Restart on crash", s.restartOnCrash);
if (!BaseWindow::supportsCustomWindowFrame())
{
layout.addCheckbox("Show preferences button (ctrl+p to show)",
layout.addCheckbox("Show preferences button (Ctrl+P to show)",
s.hidePreferencesButton, true);
layout.addCheckbox("Show user button", s.hideUserButton, true);
}