1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-06-19 01:25:21 -04:00

fix(FileBrowser): Improve save-to-file handling w/safety override diags

Fixes #2641
This commit is contained in:
purian23
2026-06-15 01:11:32 -04:00
parent 1fc4890857
commit 1df7e478df
5 changed files with 46 additions and 40 deletions
@@ -8,6 +8,7 @@ Row {
property bool saveMode: false
property string defaultFileName: ""
property string currentPath: ""
property alias fileName: fileNameInput.text
signal saveRequested(string filePath)