mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-15 18:43:59 +00:00
Keyboard: Cleaned keyboard shortcuts dispatch
+ SetupWizard cleanup (NImageCached can NOT be invisible)
This commit is contained in:
@@ -12,7 +12,7 @@ Image {
|
||||
property string imagePath: ""
|
||||
property string imageHash: ""
|
||||
property string cacheFolder: Settings.cacheDirImages
|
||||
property int maxCacheDimension: 512
|
||||
property int maxCacheDimension: 384
|
||||
readonly property string cachePath: imageHash ? `${cacheFolder}${imageHash}@${maxCacheDimension}x${maxCacheDimension}.png` : ""
|
||||
|
||||
asynchronous: true
|
||||
|
||||
Reference in New Issue
Block a user