clang format
This commit is contained in:
@@ -698,7 +698,8 @@ void Config::ReadSystemValues() {
|
|||||||
|
|
||||||
bool rng_seed_enabled;
|
bool rng_seed_enabled;
|
||||||
ReadSettingGlobal(rng_seed_enabled, QStringLiteral("rng_seed_enabled"), false);
|
ReadSettingGlobal(rng_seed_enabled, QStringLiteral("rng_seed_enabled"), false);
|
||||||
bool rng_seed_global = global || qt_config->value(QStringLiteral("rng_seed/use_global"), true).toBool();
|
bool rng_seed_global =
|
||||||
|
global || qt_config->value(QStringLiteral("rng_seed/use_global"), true).toBool();
|
||||||
Settings::values.rng_seed.SetGlobal(rng_seed_global);
|
Settings::values.rng_seed.SetGlobal(rng_seed_global);
|
||||||
if (global || !rng_seed_global) {
|
if (global || !rng_seed_global) {
|
||||||
if (rng_seed_enabled) {
|
if (rng_seed_enabled) {
|
||||||
@@ -710,7 +711,8 @@ void Config::ReadSystemValues() {
|
|||||||
|
|
||||||
bool custom_rtc_enabled;
|
bool custom_rtc_enabled;
|
||||||
ReadSettingGlobal(custom_rtc_enabled, QStringLiteral("custom_rtc_enabled"), false);
|
ReadSettingGlobal(custom_rtc_enabled, QStringLiteral("custom_rtc_enabled"), false);
|
||||||
bool custom_rtc_global = global || qt_config->value(QStringLiteral("custom_rtc/use_global"), true).toBool();
|
bool custom_rtc_global =
|
||||||
|
global || qt_config->value(QStringLiteral("custom_rtc/use_global"), true).toBool();
|
||||||
Settings::values.custom_rtc.SetGlobal(custom_rtc_global);
|
Settings::values.custom_rtc.SetGlobal(custom_rtc_global);
|
||||||
if (global || !custom_rtc_global) {
|
if (global || !custom_rtc_global) {
|
||||||
if (custom_rtc_enabled) {
|
if (custom_rtc_enabled) {
|
||||||
|
|||||||
Reference in New Issue
Block a user