Using the Cinnamon settings system to save and load the preferences

This commit is contained in:
2023-05-18 07:27:27 +02:00
parent cb64d7dcda
commit 6aa5d19ab0
2 changed files with 105 additions and 40 deletions

View File

@@ -107,5 +107,50 @@
"type": "button",
"description": "Open the Repository",
"callback": "openRepoWebsite"
},
"etr_img_morning_twilight": {
"type": "entry",
"default": "",
"description": ""
},
"etr_img_sunrise": {
"type": "entry",
"default": "",
"description": ""
},
"etr_img_morning": {
"type": "entry",
"default": "",
"description": ""
},
"etr_img_noon": {
"type": "entry",
"default": "",
"description": ""
},
"etr_img_afternoon": {
"type": "entry",
"default": "",
"description": ""
},
"etr_img_evening": {
"type": "entry",
"default": "",
"description": ""
},
"etr_img_sunset": {
"type": "entry",
"default": "",
"description": ""
},
"etr_img_night_twilight": {
"type": "entry",
"default": "",
"description": ""
},
"etr_img_night": {
"type": "entry",
"default": "",
"description": ""
}
}