We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d2f2b8f + 0a89bf2 commit ad7a72aCopy full SHA for ad7a72a
1 file changed
src/gui/tray/Window.qml
@@ -41,7 +41,7 @@ Window {
41
hide();
42
Systray.isOpen = false;
43
}
44
- }
+ }
45
46
onClosing: Systray.isOpen = false
47
@@ -55,7 +55,7 @@ Window {
55
56
Connections {
57
target: UserModel
58
- function onNewUserSelected() {
+ function onCurrentUserChanged() {
59
accountMenu.close();
60
syncStatus.model.load();
61
@@ -612,7 +612,7 @@ Window {
612
ScrollBar.horizontal.policy: ScrollBar.AlwaysOff
613
614
data: WheelHandler {
615
- target: appMenuScrollView.contentItem
+ target: appsMenuScrollView.contentItem
616
617
ListView {
618
id: appsMenuListView
0 commit comments