Skip to content

Commit

Permalink
[PQFileDialog] add tooltips to buttons in file dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
luspi committed Apr 4, 2024
1 parent 70139ee commit a447d54
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions qml/filedialog/PQBreadCrumbs.qml
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ Item {
checkable: true
checked: PQCSettings.filedialogKeepLastLocation
source: "image://svg/:/white/remember.svg"
tooltip: qsTranslate("filedialog", "Remember last location across sessions")
onClicked:
fd_breadcrumbs.disableAddressEdit()
onCheckedChanged:
Expand All @@ -153,6 +154,7 @@ Item {
id: settings
checkable: true
source: "image://svg/:/white/settings.svg"
tooltip: qsTranslate("filedialog", "Access settings")
onCheckedChanged: {
fd_breadcrumbs.disableAddressEdit()
if(checked)
Expand Down

0 comments on commit a447d54

Please sign in to comment.