Commit cec10ca
authored
FIX: Disable "Disable all" button when no extensions installed (#13455)
Fixes issue where the "Disable all" button in Extensions settings
remained enabled even when no extensions were installed.
The button state is now correctly updated in update_button_states()
to check if extension_rows is empty, and load_extensions() calls
update_button_states() to ensure proper initialization.
Fixes: #130211 parent 2554d7a commit cec10ca
1 file changed
Lines changed: 4 additions & 0 deletions
File tree
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
582 | 582 | | |
583 | 583 | | |
584 | 584 | | |
| 585 | + | |
| 586 | + | |
| 587 | + | |
585 | 588 | | |
586 | 589 | | |
587 | 590 | | |
| |||
659 | 662 | | |
660 | 663 | | |
661 | 664 | | |
| 665 | + | |
662 | 666 | | |
663 | 667 | | |
664 | 668 | | |
| |||
0 commit comments