mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-27 17:37:36 +03:00
Merge branch 'master' into rename_client
This commit is contained in:
commit
b7323dc403
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ SettingsDialogMac::SettingsDialogMac(ownCloudGui *gui, QWidget *parent)
|
|||
setWindowTitle(tr("%1").arg(Theme::instance()->appNameGUI()));
|
||||
|
||||
_accountSettings = new AccountSettings;
|
||||
QIcon accountIcon = (QLatin1String(":/mirall/resources/accounts.png"));
|
||||
QIcon accountIcon(QLatin1String(":/mirall/resources/accounts.png"));
|
||||
addPreferencesPanel(accountIcon, tr("Account"), _accountSettings);
|
||||
|
||||
QIcon protocolIcon(QLatin1String(":/mirall/resources/activity.png"));
|
||||
|
|
Loading…
Reference in a new issue