mirror of
https://github.com/an-anime-team/sleepy-launcher.git
synced 2025-03-15 14:38:29 +03:00
Small first run UI changes, marked some wine version as not recommended
This commit is contained in:
parent
ecb5094785
commit
3e9f32a16c
2 changed files with 6 additions and 6 deletions
|
@ -266,7 +266,7 @@ Adw.ApplicationWindow window {
|
|||
Adw.PreferencesGroup {
|
||||
Gtk.Label {
|
||||
label: "Downloading finished!";
|
||||
margin-top: 16;
|
||||
margin-top: 64;
|
||||
|
||||
styles ["title-1"]
|
||||
}
|
||||
|
|
|
@ -92,7 +92,7 @@
|
|||
"wineboot": "bin/wineboot",
|
||||
"winecfg": "lib64/wine/x86_64-windows/winecfg.exe"
|
||||
},
|
||||
"recommended": true
|
||||
"recommended": false
|
||||
},
|
||||
{
|
||||
"family": "Wine-GE-Proton",
|
||||
|
@ -118,7 +118,7 @@
|
|||
"wineboot": "bin/wineboot",
|
||||
"winecfg": "lib64/wine/x86_64-windows/winecfg.exe"
|
||||
},
|
||||
"recommended": true
|
||||
"recommended": false
|
||||
},
|
||||
{
|
||||
"family": "Wine-GE-Proton",
|
||||
|
@ -131,7 +131,7 @@
|
|||
"wineboot": "bin/wineboot",
|
||||
"winecfg": "lib64/wine/x86_64-windows/winecfg.exe"
|
||||
},
|
||||
"recommended": true
|
||||
"recommended": false
|
||||
},
|
||||
{
|
||||
"family": "Wine-GE-Proton",
|
||||
|
@ -358,7 +358,7 @@
|
|||
"wineboot": "files/bin/wineboot",
|
||||
"winecfg": "files/lib64/wine/x86_64-windows/winecfg.exe"
|
||||
},
|
||||
"recommended": true
|
||||
"recommended": false
|
||||
},
|
||||
{
|
||||
"family": "GE-Proton",
|
||||
|
@ -371,7 +371,7 @@
|
|||
"wineboot": "files/bin/wineboot",
|
||||
"winecfg": "files/lib64/wine/x86_64-windows/winecfg.exe"
|
||||
},
|
||||
"recommended": true
|
||||
"recommended": false
|
||||
},
|
||||
{
|
||||
"family": "GE-Proton",
|
||||
|
|
Loading…
Add table
Reference in a new issue