mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-17 23:56:56 +00:00
fix: double colon in window title again
This commit is contained in:
committed by
Michal Horejsek
parent
f8cf4e966f
commit
29ff8cf54b
@ -60,7 +60,7 @@ Row {
|
||||
|
||||
FileDialog {
|
||||
id: pathDialog
|
||||
title: root.title + ":"
|
||||
title: root.title
|
||||
folder: shortcuts.home
|
||||
onAccepted: sanitizePath(pathDialog.fileUrl.toString())
|
||||
selectFolder: true
|
||||
|
||||
Reference in New Issue
Block a user