Icons: new aliases image => photo

This commit is contained in:
LemmyCook 2025-09-09 23:59:21 -04:00
parent 4fbb8314eb
commit 74fce51c2d
2 changed files with 4 additions and 1 deletions

View file

@ -17,6 +17,8 @@ Singleton {
"trash": "trash-filled",
"menu": "menu-2",
"person": "user",
"folder-open": "folder-open",
"download": "download",
"toast-notice": "circle-check",
"toast-warning": "exclamation-circle",
"question-mark": "question-mark",
@ -51,6 +53,7 @@ Singleton {
"keep-awake-off": "mug-off",
"panel": "clipboard-filled",
"disc": "disc-filled",
"image": "photo",
"dark-mode": "contrast-filled",
"camera-video": "video",
"wallpaper-selector": "library-photo",

View file

@ -247,7 +247,7 @@ ColumnLayout {
NIcon {
icon: "folder-open"
font.pointSize: Style.fontSizeXL * scaling
font.pointSize: Style.fontSizeXXL * scaling
color: Color.mOnSurface
Layout.alignment: Qt.AlignHCenter
}