Remove default font setting

This commit is contained in:
qewer33 2021-12-20 19:31:08 +03:00
parent b15f62dabd
commit 6c404f1589

View file

@ -70,10 +70,6 @@ Item {
id: fontsModel id: fontsModel
Component.onCompleted: { Component.onCompleted: {
var arr = [] // use temp array to avoid constant binding stuff var arr = [] // use temp array to avoid constant binding stuff
arr.push({
"text": i18nc("Use default font", "Default"),
"value": ""
})
arr.push({ arr.push({
"text": "ClearClock Default", "text": "ClearClock Default",
"value": "ccdefault" "value": "ccdefault"