mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
@@ -3420,9 +3420,9 @@ $(function() {
|
||||
function updateModeButtonsForSubmodes() {
|
||||
// Map mode to original tooltip translation
|
||||
const modeTooltips = {
|
||||
'cw': lang_bandmap_toggle_cw,
|
||||
'digi': lang_bandmap_toggle_digi,
|
||||
'phone': lang_bandmap_toggle_phone
|
||||
'cw': decodeHtml(lang_bandmap_toggle_cw),
|
||||
'digi': decodeHtml(lang_bandmap_toggle_digi),
|
||||
'phone': decodeHtml(lang_bandmap_toggle_phone)
|
||||
};
|
||||
|
||||
MODE_BUTTONS.forEach(btn => {
|
||||
|
||||
Reference in New Issue
Block a user