NTooltip: subtle gradient, NToggle: onEnter, onExited

This commit is contained in:
quadbyte 2025-08-12 23:04:43 -04:00
parent ce22559ee2
commit 5c9c61cf81
4 changed files with 20 additions and 14 deletions

View file

@ -19,7 +19,7 @@ PanelWindow {
}
function show() {
// Ensure only one panel is visible at a time using Settings as ephemeral store
// Ensure only one panel is visible at a time using PanelManager as ephemeral storage
try {
if (PanelManager.openedPanel && PanelManager.openedPanel !== root && PanelManager.openedPanel.hide) {
PanelManager.openedPanel.hide()