Revert "Add region based holidays (not only country wide)"
This reverts commit d3caca661b.
This commit is contained in:
parent
d3caca661b
commit
eda530ceb9
4 changed files with 9 additions and 46 deletions
|
|
@ -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
|
||||
{}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue