mirror of
https://github.com/ModOrganizer2/modorganizer.git
synced 2025-12-28 06:34:38 +00:00
[pre-commit.ci] Auto fixes from pre-commit.com hooks.
This commit is contained in:
parent
12104ed988
commit
7665d9dd61
@ -2392,7 +2392,8 @@ void DiagnosticsSettings::setLootLogLevel(lootcli::LogLevels level)
|
||||
set(m_Settings, "Settings", "loot_log_level", level);
|
||||
}
|
||||
|
||||
bool DiagnosticsSettings::usvfsDebugMode() const {
|
||||
bool DiagnosticsSettings::usvfsDebugMode() const
|
||||
{
|
||||
return get<bool>(m_Settings, "Settings", "usvfs_debug_mode", false);
|
||||
}
|
||||
void DiagnosticsSettings::setUsvfsDebugMode(bool enabled)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user