mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-27 09:30:13 +03:00
Merge pull request #3574 from nextcloud/bugfix/open-main-dialog-gnome-always
Open main dialog gnome always
This commit is contained in:
commit
9d2cb53cff
2 changed files with 4 additions and 4 deletions
|
@ -76,9 +76,9 @@ signals:
|
|||
void openHelp();
|
||||
void shutdown();
|
||||
|
||||
Q_INVOKABLE void hideWindow();
|
||||
Q_INVOKABLE void showWindow();
|
||||
Q_INVOKABLE void openShareDialog(const QString &sharePath, const QString &localPath);
|
||||
void hideWindow();
|
||||
void showWindow();
|
||||
void openShareDialog(const QString &sharePath, const QString &localPath);
|
||||
|
||||
public slots:
|
||||
void slotNewUserSelected();
|
||||
|
|
|
@ -30,7 +30,7 @@ Window {
|
|||
onActiveChanged: {
|
||||
if (!Systray.useNormalWindow && !active) {
|
||||
hide();
|
||||
setClosed();
|
||||
Systray.setClosed();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue