Commit 263b7ac
committed
mintUpdate.py: Fix hidden state tracking.
Initializing self.hidden to False was causing periodic refreshes
to be skipped, if the user never opened the window.
Fixes #923.
ref: https://forums.linuxmint.com/viewtopic.php?p=2590027#p25900271 parent 8f7d1ef commit 263b7ac
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
182 | 182 | | |
183 | 183 | | |
184 | 184 | | |
185 | | - | |
| 185 | + | |
186 | 186 | | |
187 | 187 | | |
188 | 188 | | |
| |||
507 | 507 | | |
508 | 508 | | |
509 | 509 | | |
510 | | - | |
| 510 | + | |
511 | 511 | | |
512 | 512 | | |
513 | 513 | | |
| |||
0 commit comments