diff --git a/_locales/en/messages.json b/_locales/en/messages.json index 810c6c81..701d67ee 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -2309,6 +2309,9 @@ "osdSetupElementsTitle": { "message": "Elements" }, + "osdSetupElementsSwitchAll": { + "message": "Switch all" + }, "osdSetupPreviewTitle": { "message": "Preview (drag to change position)" }, diff --git a/tabs/osd.css b/tabs/osd.css index 58148fd2..30938075 100644 --- a/tabs/osd.css +++ b/tabs/osd.css @@ -316,6 +316,10 @@ background: rgba(255,255,255,0.4); } +.tab-osd .switch-all-elements { + float: right; +} + .tab-osd .preview .char[draggable="true"] { cursor: move; } diff --git a/tabs/osd.html b/tabs/osd.html index f9cf7c4d..a76b724d 100755 --- a/tabs/osd.html +++ b/tabs/osd.html @@ -18,7 +18,13 @@