mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 21:35:46 +00:00
shared_widget: Support checkbox + spinbox
This commit is contained in:
parent
def00e8c55
commit
97674bc888
3 changed files with 55 additions and 10 deletions
|
@ -240,7 +240,7 @@ void ConfigureGraphics::Setup() {
|
|||
return new ConfigurationShared::Widget(
|
||||
setting, translations, this, runtime_lock, apply_funcs,
|
||||
ConfigurationShared::RequestType::LineEdit, true, 1.0f,
|
||||
Settings::values.speed_limit.ToString());
|
||||
&Settings::values.speed_limit, QString::fromStdString("%"));
|
||||
} else {
|
||||
return new ConfigurationShared::Widget(setting, translations, this, runtime_lock,
|
||||
apply_funcs);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue