nextcloud-desktop/src
Jyrki Gadinger bf6b3ca7ae fix apps menu not closing when the window is hidden, and make group folders menu work again
this change resolves this ReferenceError when the window is being closed:
```
2025-01-08 10:56:40:389 [ warning default qrc:/qml/src/gui/tray/MainWindow.qml:100 ]:   qrc:/qml/src/gui/tray/MainWindow.qml💯 ReferenceError: appsMenu is not defined
```

I also noticed that the "Open local or group folders" dropdown menu
wouldn't show up due to this error:
```
2025-01-08 10:56:23:327 [ warning default qrc:/qml/src/gui/tray/TrayFoldersMenuButton.qml:33 ]: qrc:/qml/src/gui/tray/TrayFoldersMenuButton.qml:33: Error: Cannot call method QQuickPopup::open on QQuickLoader_QML_48(0x5569fb4648d0)
```
--> wrapped the calls to the open/close methods in a closure

Signed-off-by: Jyrki Gadinger <nilsding@nilsding.org>
2025-01-08 10:55:47 +01:00
..
3rdparty Use non-deprecated qChecksum in qtlocalpeer of qtsingleapplication 2024-12-20 16:26:57 +01:00
cmd Fix index check 2025-01-03 14:46:33 +01:00
common ensure no crash due to uncatched exception from std c++ lib 2025-01-02 10:20:27 +01:00
crashreporter allow detection of qt5 or qt6 2024-04-26 09:05:12 +02:00
csync Use matchView instead of match 2024-12-20 16:26:57 +01:00
gui fix apps menu not closing when the window is hidden, and make group folders menu work again 2025-01-08 10:55:47 +01:00
libsync Make extraction of ETag header independent of capitalisation. 2025-01-07 09:38:12 +01:00
CMakeLists.txt properly detect and enable Qt6 WebEngine integration 2024-08-28 11:35:04 +02:00