diff --git a/src/style/impl/hyprlandstyle.cpp b/src/style/impl/hyprlandstyle.cpp index 54f2290..1b1526b 100644 --- a/src/style/impl/hyprlandstyle.cpp +++ b/src/style/impl/hyprlandstyle.cpp @@ -72,7 +72,7 @@ namespace hyprqml::style { roundness = std::any_cast(config.getConfigValue("roundness")); borderWidth = std::any_cast(config.getConfigValue("border_width")); reduceMotion = std::any_cast(config.getConfigValue("reduce_motion")); - } catch (...) { return; } + } catch (...) {} // NOLINT if (roundness < 0 || roundness > 3) { qCWarning(logStyle) << "Invalid value" << roundness