From f460840a5e1c4e6cc262177f2b60cebfe469d393 Mon Sep 17 00:00:00 2001 From: mio Date: Sun, 6 Oct 2024 10:41:24 +1000 Subject: Fix channel selection menus disappearing When adding/removing an action to/from the toolbar, the aspect ratio, audio channel, and subtitle channel menus would disappear from the parent settings menu. My understanding is that this happened because nothing was keeping those menus present (plugged?) when other actions were plugged/unplugged. This changes it so "Aspect Ratio", "Subtitles", and "Audio Channels" each are a TDESelectAction that is dynamically filled with items. This way, each popup menu is still present after other actions being plugged/unplugged. Resolves: TDE/codeine#24 Signed-off-by: mio --- misc/codeineui.rc | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'misc/codeineui.rc') diff --git a/misc/codeineui.rc b/misc/codeineui.rc index d6ef71f..c5afb14 100644 --- a/misc/codeineui.rc +++ b/misc/codeineui.rc @@ -1,5 +1,5 @@ - + &Play @@ -10,9 +10,12 @@ &Settings - + + + + - + -- cgit v1.2.1