diff --git a/lib/libimhex/source/api/theme_manager.cpp b/lib/libimhex/source/api/theme_manager.cpp index 88cf69dd3..df42e1fd4 100644 --- a/lib/libimhex/source/api/theme_manager.cpp +++ b/lib/libimhex/source/api/theme_manager.cpp @@ -52,7 +52,6 @@ namespace hex::api { void ThemeManager::changeTheme(std::string name) { if (!s_themes.contains(name)) { if (s_themes.empty()) { - hex::log::error("Theme '{}' does not exist and no other themes are available!", name); return; } else { const std::string &defaultTheme = s_themes.begin()->first;