mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-20 06:47:44 +01:00
chore: don't enable context menu hooks by default
This commit is contained in:
parent
4b4c6d50e6
commit
58c63bfedf
2 changed files with 2 additions and 2 deletions
|
|
@ -428,7 +428,7 @@ namespace Dalamud.Game.Gui
|
|||
Service<FlyTextGui>.Get().Enable();
|
||||
Service<PartyFinderGui>.Get().Enable();
|
||||
|
||||
if (!EnvironmentConfiguration.DalamudNoContextMenu)
|
||||
if (EnvironmentConfiguration.DalamudDoContextMenu)
|
||||
Service<ContextMenu>.Get().Enable();
|
||||
|
||||
this.setGlobalBgmHook.Enable();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue