mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-05-30 01:15:13 +00:00
Settings/Notification: fixed typo
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -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("|")
|
||||
|
||||
Reference in New Issue
Block a user