Commit 9556912
committed
Remove Yes/No singleton cache on MenuItem
MenuItem.yes() and .no() cached their first-call result on the class,
so labels stayed stuck in the language active at first call. With the
new locale-apply Confirmation firing right after a language switch this
became user-visible. Drop the cache and construct fresh items per call -
allocation cost is negligible and equality continues to work via the
dataclass __eq__.1 parent a2f6950 commit 9556912
1 file changed
Lines changed: 3 additions & 12 deletions
File tree
- archinstall/tui/ui
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | 26 | | |
30 | 27 | | |
31 | 28 | | |
| |||
45 | 42 | | |
46 | 43 | | |
47 | 44 | | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
| 45 | + | |
52 | 46 | | |
53 | 47 | | |
54 | 48 | | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
| 49 | + | |
59 | 50 | | |
60 | 51 | | |
61 | 52 | | |
| |||
0 commit comments