mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-26 23:28:14 +03:00
Update the settings dialog window title.
Signed-off-by: Camila <hello@camila.codes>
This commit is contained in:
parent
625752f85d
commit
0e0ea9d81a
1 changed files with 3 additions and 1 deletions
|
@ -100,7 +100,9 @@ SettingsDialog::SettingsDialog(ownCloudGui *gui, QWidget *parent)
|
|||
addAction(closeWindowAction);
|
||||
|
||||
setObjectName("Settings"); // required as group for saveGeometry call
|
||||
setWindowTitle(Theme::instance()->appNameGUI());
|
||||
|
||||
//: This name refers to the application name e.g Nextcloud
|
||||
setWindowTitle(tr("%1 Settings").arg(Theme::instance()->appNameGUI()));
|
||||
|
||||
connect(AccountManager::instance(), &AccountManager::accountAdded,
|
||||
this, &SettingsDialog::accountAdded);
|
||||
|
|
Loading…
Reference in a new issue