Skip to content

Commit

Permalink
more hideInRemoteControl by default
Browse files Browse the repository at this point in the history
  • Loading branch information
benkuper committed Jun 26, 2024
1 parent e0e6f87 commit ca8669a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Source/Module/Routing/ModuleRouterManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ juce_ImplementSingleton(ModuleRouterManager)
ModuleRouterManager::ModuleRouterManager() :
BaseManager("Routers")
{

hideInRemoteControl = true;
defaultHideInRemoteControl = true;

selectItemWhenCreated = true;
}

Expand Down

0 comments on commit ca8669a

Please sign in to comment.