Removed patch-related buttons, changed FSR description

This commit is contained in:
Observer KRypt0n_ 2022-09-10 22:21:39 +02:00
parent 1eedbb52a3
commit d3335db91d
No known key found for this signature in database
GPG key ID: 844DA47BA25FE1E2
2 changed files with 1 additions and 21 deletions

View file

@ -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 [

View file

@ -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 {