Reload weather location when opening panel

This commit is contained in:
David Heinemeier Hansson
2026-07-22 17:31:14 -07:00
parent 475211a5d4
commit 43e95217f2
2 changed files with 9 additions and 2 deletions
+2
View File
@@ -19,6 +19,7 @@ Panel {
openedFromHotkey = false
setCenterHoverRevealSuppressed(false)
root.controller.show()
locationFile.reload()
root.refresh()
}
@@ -26,6 +27,7 @@ Panel {
openedFromHotkey = true
setCenterHoverRevealSuppressed(true)
root.controller.show()
locationFile.reload()
root.refresh()
}