Fix desktop backspace shortcut key
This commit is contained in:
parent
fd3741752c
commit
dfd450f638
4 changed files with 3 additions and 6 deletions
|
@ -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…
Reference in a new issue