Merge branch 'main' of github.com:cutefishos/filemanager into main
This commit is contained in:
commit
22332ee53e
2 changed files with 2 additions and 4 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -52,3 +52,4 @@ compile_commands.json
|
|||
*creator.user*
|
||||
|
||||
/build/*
|
||||
.vscode
|
|
@ -72,10 +72,7 @@ Meui.Window {
|
|||
source: settings.viewMethod === 0 ? listSource : gridSource
|
||||
|
||||
onClicked: {
|
||||
if (settings.viewMethod === 1)
|
||||
settings.viewMethod = 0
|
||||
else
|
||||
settings.viewMethod = 1
|
||||
settings.viewMethod ^= 1 // reverse settings.viewMethod
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue