mirror of
https://github.com/danbulant/dots-hyprland
synced 2026-05-24 12:22:09 +00:00
settings & welcome: add icons to policies
This commit is contained in:
parent
0b89ed0d17
commit
703697e1c4
2 changed files with 12 additions and 0 deletions
|
|
@ -149,14 +149,17 @@ ContentPage {
|
||||||
options: [
|
options: [
|
||||||
{
|
{
|
||||||
displayName: Translation.tr("No"),
|
displayName: Translation.tr("No"),
|
||||||
|
icon: "close",
|
||||||
value: 0
|
value: 0
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
displayName: Translation.tr("Yes"),
|
displayName: Translation.tr("Yes"),
|
||||||
|
icon: "check",
|
||||||
value: 1
|
value: 1
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
displayName: Translation.tr("Closet"),
|
displayName: Translation.tr("Closet"),
|
||||||
|
icon: "ev_shadow",
|
||||||
value: 2
|
value: 2
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
@ -176,14 +179,17 @@ ContentPage {
|
||||||
options: [
|
options: [
|
||||||
{
|
{
|
||||||
displayName: Translation.tr("No"),
|
displayName: Translation.tr("No"),
|
||||||
|
icon: "close",
|
||||||
value: 0
|
value: 0
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
displayName: Translation.tr("Yes"),
|
displayName: Translation.tr("Yes"),
|
||||||
|
icon: "check",
|
||||||
value: 1
|
value: 1
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
displayName: Translation.tr("Local only"),
|
displayName: Translation.tr("Local only"),
|
||||||
|
icon: "sync_saved_locally",
|
||||||
value: 2
|
value: 2
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
|
||||||
|
|
@ -310,14 +310,17 @@ ApplicationWindow {
|
||||||
options: [
|
options: [
|
||||||
{
|
{
|
||||||
displayName: Translation.tr("No"),
|
displayName: Translation.tr("No"),
|
||||||
|
icon: "close",
|
||||||
value: 0
|
value: 0
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
displayName: Translation.tr("Yes"),
|
displayName: Translation.tr("Yes"),
|
||||||
|
icon: "check",
|
||||||
value: 1
|
value: 1
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
displayName: Translation.tr("Closet"),
|
displayName: Translation.tr("Closet"),
|
||||||
|
icon: "ev_shadow",
|
||||||
value: 2
|
value: 2
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
@ -335,14 +338,17 @@ ApplicationWindow {
|
||||||
options: [
|
options: [
|
||||||
{
|
{
|
||||||
displayName: Translation.tr("No"),
|
displayName: Translation.tr("No"),
|
||||||
|
icon: "close",
|
||||||
value: 0
|
value: 0
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
displayName: Translation.tr("Yes"),
|
displayName: Translation.tr("Yes"),
|
||||||
|
icon: "check",
|
||||||
value: 1
|
value: 1
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
displayName: Translation.tr("Local only"),
|
displayName: Translation.tr("Local only"),
|
||||||
|
icon: "sync_saved_locally",
|
||||||
value: 2
|
value: 2
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue