Revert "Add region based holidays (not only country wide)"

This reverts commit d3caca661b.
This commit is contained in:
ly-sec 2025-07-20 20:29:04 +02:00
parent d3caca661b
commit eda530ceb9
4 changed files with 9 additions and 46 deletions

View file

@ -187,13 +187,9 @@ PanelWindow {
// Release focus when modal becomes invisible
onVisibleChanged: {
if (!visible) {
// Focus will be handled by the individual components
// Also trigger weather update if possible
if (typeof weather !== 'undefined' && weather !== null && weather.fetchCityWeather) {
weather.fetchCityWeather();
}
}
if (!visible)
// Focus will be handled by the individual components
{}
}
}