Settings/Notification: fixed typo

This commit is contained in:
LemmyCook
2025-09-17 15:38:25 -04:00
parent 8af8bf2e2e
commit 1305efec24
2 changed files with 1 additions and 2 deletions
@@ -133,7 +133,7 @@ ColumnLayout {
NHeader {
label: "Monitors Configuration"
description: "Show bar on specific monitors. Defaults to all if none are chosen."
description: "Show notification on specific monitors. Defaults to all if none are chosen."
}
Repeater {
-1
View File
@@ -9,7 +9,6 @@ Singleton {
// Registry to store actual widget instances
// Key format: "screenName|section|widgetId|index"
property var widgetInstances: ({})
// Register a widget instance
function registerWidget(screenName, section, widgetId, index, instance) {
const key = [screenName, section, widgetId, index].join("|")