mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-05-30 01:15:13 +00:00
FilePicker: debugging and improvements.
This commit is contained in:
@@ -90,8 +90,7 @@ ColumnLayout {
|
||||
NFilePicker {
|
||||
id: imagePicker
|
||||
title: I18n.tr("bar.widget-settings.control-center.select-custom-icon")
|
||||
selectFiles: true
|
||||
selectFolders: false
|
||||
selectionMode: "files"
|
||||
nameFilters: ["*.jpg", "*.jpeg", "*.png", "*.gif", "*.pnm", "*.bmp"]
|
||||
initialPath: Quickshell.env("HOME")
|
||||
onAccepted: paths => {
|
||||
|
||||
Reference in New Issue
Block a user