1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-19 14:25:13 +03:00

Re-organise resources/osd to separate analogue, and add HD font support

This commit is contained in:
Darren Lines 2022-09-11 10:46:05 +01:00
parent 3f0d29dceb
commit 2eddfc5087
3164 changed files with 262164 additions and 262147 deletions

View file

@ -2962,7 +2962,7 @@ TABS.osd.initialize = function (callback) {
}
$fontPicker.removeClass('active');
$(this).addClass('active');
$.get('/resources/osd/' + $(this).data('font-file') + '.mcm', function (data) {
$.get('/resources/osd/analogue/' + $(this).data('font-file') + '.mcm', function (data) {
FONT.parseMCMFontFile(data);
FONT.preview($preview);
OSD.GUI.update();