mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 19:55:46 +00:00
settings: Fix comment structure
This commit is contained in:
parent
63e948f483
commit
d73f33373b
2 changed files with 7 additions and 5 deletions
|
@ -663,7 +663,8 @@ void Config::SaveValues() {
|
|||
|
||||
qt_config->setValue("custom_rtc_enabled", Settings::values.custom_rtc.has_value());
|
||||
qt_config->setValue("custom_rtc",
|
||||
Settings::values.custom_rtc.value_or(std::chrono::seconds{}).count());
|
||||
QVariant::fromValue<long long>(
|
||||
Settings::values.custom_rtc.value_or(std::chrono::seconds{}).count()));
|
||||
|
||||
qt_config->endGroup();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue