diff options
author | John Stebbins <[email protected]> | 2019-06-22 13:13:33 -0700 |
---|---|---|
committer | John Stebbins <[email protected]> | 2019-06-24 11:04:08 -0700 |
commit | 1613a41853551dedc5b3219f05ed32aacbc85b79 (patch) | |
tree | a71606f3064039f3712df4cd484e6508526d9685 /gtk/src/hb-backend.c | |
parent | 23730ae2c12ffd4c986fe4bc10e1bb3357e32f1d (diff) |
LinGui: queue UI rework
Rework the queue UI per ideas from:
https://github.com/HandBrake/HandBrake/issues/1087
Diffstat (limited to 'gtk/src/hb-backend.c')
-rw-r--r-- | gtk/src/hb-backend.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gtk/src/hb-backend.c b/gtk/src/hb-backend.c index e1a9892b1..139713e52 100644 --- a/gtk/src/hb-backend.c +++ b/gtk/src/hb-backend.c @@ -517,6 +517,12 @@ combo_name_map_t combo_name_map[] = generic_opt_get }, { + "QueueWhenComplete", + &when_complete_opts, + small_opts_set, + generic_opt_get + }, + { "PicturePAR", &par_opts, small_opts_set, |