mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-23 16:25:22 +03:00
move styles for font logo management interface to external stylesheet
This commit is contained in:
parent
3f6800dcdc
commit
d15fbda038
3 changed files with 13 additions and 3 deletions
|
@ -1834,7 +1834,7 @@ TABS.osd.initialize = function (callback) {
|
|||
|
||||
// font preview window
|
||||
var $preview = $('.font-preview'),
|
||||
$logoPreview = $('.logo-preview');
|
||||
$logoPreview = $('#font-logo-preview');
|
||||
|
||||
// init structs once, also clears current font
|
||||
FONT.initData();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue