mirror of
https://github.com/danbulant/dots-hyprland
synced 2026-05-24 12:22:09 +00:00
booru: prevent race condition in cache folder cleaning
This commit is contained in:
parent
b4e3221711
commit
2221b4d32c
1 changed files with 1 additions and 2 deletions
|
|
@ -37,8 +37,7 @@ Item {
|
|||
}
|
||||
|
||||
Component.onCompleted: {
|
||||
Hyprland.dispatch(`exec rm -rf ${previewDownloadPath}`)
|
||||
Hyprland.dispatch(`exec mkdir -p ${previewDownloadPath}`)
|
||||
Hyprland.dispatch(`exec rm -rf ${previewDownloadPath} && mkdir -p ${previewDownloadPath}`)
|
||||
}
|
||||
|
||||
property var allCommands: [
|
||||
|
|
|
|||
Loading…
Reference in a new issue