mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-29 04:08:54 +03:00
Added frontend invokation to open local folder
Signed-off-by: Dominique Fuchs <32204802+DominiqueFuchs@users.noreply.github.com>
This commit is contained in:
parent
c18611d4af
commit
ab9897b397
2 changed files with 2 additions and 0 deletions
|
@ -62,6 +62,7 @@ public:
|
|||
};
|
||||
|
||||
signals:
|
||||
Q_INVOKABLE void openLocalFolder();
|
||||
Q_INVOKABLE void login();
|
||||
Q_INVOKABLE void logout();
|
||||
Q_INVOKABLE void addAccount();
|
||||
|
|
|
@ -237,6 +237,7 @@ Window {
|
|||
hoverEnabled: true
|
||||
onClicked:
|
||||
{
|
||||
systrayBackend.openLocalFolder()
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue