Notification: prefer notification image over app image

This commit is contained in:
Ly-sec 2025-09-04 16:12:50 +02:00
parent f8ed4f48cf
commit 3ceba43802
4 changed files with 8 additions and 4 deletions

View file

@ -378,6 +378,7 @@ NBox {
if (targetWidget) {
const targetCenterX = targetWidget.x + targetWidget.width / 2
if (mouseX > targetCenterX) {
// Mouse is to the right of target center, insert after
//Logger.log("BarSectionEditor", "Inserting after widget at index:", targetIndex)
} else {