Fix desktop backspace shortcut key

thumbnailer
reionwong 5 years ago
parent fd3741752c
commit dfd450f638

@ -171,9 +171,6 @@ Item {
onSelectAll: {
dirModel.selectAll()
}
onBackspace: {
dirModel.up()
}
onDeleteFile: {
dirModel.keyDeletePress()
}

@ -39,7 +39,7 @@ Window {
Rectangle {
anchors.fill: parent
color: FishUI.Theme.backgroundColor
color: FishUI.Theme.secondBackgroundColor
}
ColumnLayout {

@ -45,7 +45,7 @@ Window {
Rectangle {
anchors.fill: parent
color: FishUI.Theme.backgroundColor
color: FishUI.Theme.secondBackgroundColor
}
ColumnLayout {

@ -32,7 +32,7 @@ Window {
Rectangle {
anchors.fill: parent
color: FishUI.Theme.backgroundColor
color: FishUI.Theme.secondBackgroundColor
}
onVisibleChanged: {

Loading…
Cancel
Save