mirror of
https://invent.kde.org/network/falkon.git
synced 2024-11-11 01:22:10 +01:00
Add ShowDetachTabAction to TabContextMenu::DefaultOptions
This commit is contained in:
parent
5400937d17
commit
ad08b8735c
|
@ -37,7 +37,7 @@ public:
|
||||||
ShowCloseOtherTabsActions = 1 << 2,
|
ShowCloseOtherTabsActions = 1 << 2,
|
||||||
ShowDetachTabAction = 1 << 3,
|
ShowDetachTabAction = 1 << 3,
|
||||||
|
|
||||||
DefaultOptions = HorizontalTabs | ShowCloseOtherTabsActions
|
DefaultOptions = HorizontalTabs | ShowCloseOtherTabsActions | ShowDetachTabAction
|
||||||
};
|
};
|
||||||
Q_DECLARE_FLAGS(Options, Option)
|
Q_DECLARE_FLAGS(Options, Option)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user