Removed fonts dependencies (now using Qt font as default) and removed some complex settings migration code.

This commit is contained in:
ItsLemmy
2025-11-29 10:38:06 -05:00
parent 588a5782ae
commit 9d4ac03d21
4 changed files with 6 additions and 335 deletions
+2 -2
View File
@@ -78,8 +78,8 @@
"allowPanelsOnScreenWithoutBar": true
},
"ui": {
"fontDefault": "Roboto",
"fontFixed": "DejaVu Sans Mono",
"fontDefault": "",
"fontFixed": "",
"fontDefaultScale": 1,
"fontFixedScale": 1,
"tooltipsEnabled": true,