quickshell: deleted an useless entry in Settings.json
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
{
|
||||
"location": "Munich",
|
||||
"notifications": {
|
||||
"doNotDisturb": false,
|
||||
"lastSeenTs": 1760623982000
|
||||
"doNotDisturb": false
|
||||
},
|
||||
"primaryColor": "#89b4fa",
|
||||
"showLyricsBar": false
|
||||
|
||||
@@ -15,9 +15,6 @@ NPanel {
|
||||
|
||||
preferredWidth: 380
|
||||
preferredHeight: 480
|
||||
onOpened: function() {
|
||||
SettingsService.notifications.lastSeenTs = Time.timestamp * 1000;
|
||||
}
|
||||
|
||||
panelContent: Rectangle {
|
||||
id: notificationRect
|
||||
|
||||
@@ -30,7 +30,6 @@ Singleton {
|
||||
|
||||
notifications: JsonObject {
|
||||
property bool doNotDisturb: false
|
||||
property real lastSeenTs: 0
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user