mirror of
https://github.com/an-anime-team/sleepy-launcher.git
synced 2025-03-15 14:38:29 +03:00
Removed patch-related buttons, changed FSR description
This commit is contained in:
parent
1eedbb52a3
commit
d3335db91d
2 changed files with 1 additions and 21 deletions
|
@ -58,7 +58,7 @@ Adw.PreferencesPage page {
|
|||
|
||||
Adw.ComboRow fsr_combo {
|
||||
title: "FSR";
|
||||
subtitle: "AMD FSR scales game resolution while rendering the game with the lower one";
|
||||
subtitle: "Upscales game to your monitor size. To use select lower\nresolution in the game's settings and press Alt+Enter";
|
||||
|
||||
model: Gtk.StringList {
|
||||
strings [
|
||||
|
|
|
@ -60,26 +60,6 @@ Adw.PreferencesPage page {
|
|||
styles ["success"]
|
||||
}
|
||||
}
|
||||
|
||||
Gtk.Box {
|
||||
orientation: horizontal;
|
||||
spacing: 8;
|
||||
margin-top: 16;
|
||||
|
||||
Gtk.Button {
|
||||
label: "Revert patch";
|
||||
|
||||
sensitive: false;
|
||||
tooltip-text: "Work in progress";
|
||||
}
|
||||
|
||||
Gtk.Button {
|
||||
label: "Re-apply patch";
|
||||
|
||||
sensitive: false;
|
||||
tooltip-text: "Work in progress";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Adw.PreferencesGroup {
|
||||
|
|
Loading…
Add table
Reference in a new issue