summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDamiano Galassi <[email protected]>2019-07-08 19:00:36 +0200
committerDamiano Galassi <[email protected]>2019-07-08 19:00:36 +0200
commit2aedc8292d2a35ae2bae8071352f1f64f0882bcf (patch)
tree4bb796fa0637b80f54d771e227ca74e4315abdb1
parent50f662feef96288eff0405e85bef8e4f19a8d20e (diff)
MacGui: better placement for the system default touch bar items.
-rw-r--r--macosx/HBAddPresetController.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/HBAddPresetController.m b/macosx/HBAddPresetController.m
index 3779eb056..406ab379e 100644
--- a/macosx/HBAddPresetController.m
+++ b/macosx/HBAddPresetController.m
@@ -274,7 +274,7 @@ static NSTouchBarItemIdentifier HBTouchBarCancel = @"fr.handbrake.addToQueue";
NSTouchBar *bar = [[NSTouchBar alloc] init];
bar.delegate = self;
- bar.defaultItemIdentifiers = @[HBTouchBarGroup, NSTouchBarItemIdentifierOtherItemsProxy];
+ bar.defaultItemIdentifiers = @[NSTouchBarItemIdentifierOtherItemsProxy, HBTouchBarGroup];
bar.principalItemIdentifier = HBTouchBarGroup;
return bar;