Now also adding frame to bookmark dialogs.

This commit is contained in:
Marat Fayzullin 2023-06-08 23:04:37 -04:00
parent 767952bbfd
commit 30089b3d7f
1 changed files with 1 additions and 0 deletions

View File

@ -1094,6 +1094,7 @@ function on_ws_recv(evt) {
if ('ui_frame' in config) {
var x = config['ui_frame'];
$('#openwebrx-panel-receiver').css('border', x? '2px solid':'');
$('#openwebrx-dialog-bookmark').css('border', x? '2px solid':'');
}
if ('ui_swap_wheel' in config) {