added font filepath to settings

This commit is contained in:
iLLiCiTiT 2021-05-05 11:55:16 +02:00
parent b00e9f7ad8
commit 1cf5e522ba
2 changed files with 13 additions and 1 deletions

View file

@ -87,7 +87,12 @@
],
"x_offset": 5,
"y_offset": 5,
"bg_padding": 5
"bg_padding": 5,
"font_filepath": {
"windows": "",
"darwin": "",
"linux": ""
}
},
"profiles": [
{

View file

@ -334,6 +334,13 @@
"type": "number",
"key": "bg_padding",
"label": "Padding aroung text"
},
{
"type": "path",
"key": "font_filepath",
"label": "Font file path",
"multipath": false,
"multiplatform": true
}
]
},