mirror of
https://github.com/developersu/ClearClock.git
synced 2025-05-14 19:20:26 +03:00
Remove default font setting
This commit is contained in:
parent
b15f62dabd
commit
6c404f1589
1 changed files with 0 additions and 4 deletions
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue