mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-05-31 18:19:06 -04:00
Update translation files and fix some translation related issues
This commit is contained in:
@@ -64,7 +64,7 @@ ProfileManager::ProfileManager(const filesystem::path& config_dir)
|
||||
profilemanager_settings_schema["suspend_profile"]["type"] = "profile";
|
||||
profilemanager_settings_schema["suspend_profile"]["description"] = QT_TRANSLATE_NOOP("Settings", "Profile to load before system enters sleep mode");
|
||||
|
||||
settings_manager->RegisterSettingsSchema("ProfileManager", "Profile Manager", profilemanager_settings_schema, 1);
|
||||
settings_manager->RegisterSettingsSchema("ProfileManager", QT_TRANSLATE_NOOP("Settings", "Profile Manager"), profilemanager_settings_schema, 1);
|
||||
|
||||
/*-----------------------------------------------------*\
|
||||
| Read in profile manager settings and initialize any |
|
||||
|
||||
Reference in New Issue
Block a user