feat(ui): updated "disable mhypbase" description

This commit is contained in:
Observer KRypt0n_ 2023-06-18 08:42:02 +02:00
parent d00dee3ec0
commit 2dea43fbda
No known key found for this signature in database
GPG key ID: 844DA47BA25FE1E2

View file

@ -529,7 +529,7 @@ impl SimpleAsyncComponent for GeneralApp {
adw::ActionRow {
set_title: "Disable mhypbase", // TODO: add localization
set_subtitle: "Experimental. If enabled, launcher will disable mhypbase.dll during the main patch applying, which is currently an equivalent to the xlua patch. Improves performance on low-end PCs",
set_subtitle: "Experimental. If enabled, launcher will disable mhypbase.dll during the main patch applying, which is currently an equivalent to the xlua patch. Improves performance and reduces CPU usage",
add_suffix = &gtk::Switch {
set_valign: gtk::Align::Center,