Notification: prefer notification image over app image
This commit is contained in:
parent
f8ed4f48cf
commit
3ceba43802
4 changed files with 8 additions and 4 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue