Implement drag&drop support for flatpaks

BUG: 495552
This commit is contained in:
Tobias Fella
2025-11-10 17:52:15 +01:00
committed by Tobias Fella
parent 65c6f4c1d3
commit 38523c97c5
4 changed files with 20 additions and 8 deletions

View File

@@ -253,7 +253,6 @@ Kirigami.Page {
id: timelineView
messageFilterModel: root.messageFilterModel
compactLayout: NeoChatConfig.compactLayout
fileDropEnabled: !Controller.isFlatpak
markReadCondition: NeoChatConfig.markReadCondition
}
}