NPanel now can properly be positioned relative to their opener (button)

This commit is contained in:
LemmyCook 2025-08-26 08:55:29 -04:00
parent 3c39ea192b
commit f3ae0101d7
6 changed files with 66 additions and 31 deletions

View file

@ -66,7 +66,7 @@ NIconButton {
if (ArchUpdaterService.updatePackages.length > 0) {
// Show confirmation dialog for updates
PanelService.getPanel("archUpdaterPanel").toggle(screen)
PanelService.getPanel("archUpdaterPanel").toggle(screen, this)
} else {
// Just refresh if no updates available
ArchUpdaterService.doPoll()