Merge branch 'main' into feat/command-autocomplete-refactor

This commit is contained in:
Life
2026-06-02 20:55:28 +02:00
committed by GitHub
3 changed files with 96 additions and 49 deletions
+1 -1
View File
@@ -186,7 +186,7 @@ export const MainView: FC<{}> = props =>
<RareValuesView />
<FortuneWheelView />
<SoundboardView />
{ GetConfigurationValue<boolean>('radio_ui.enabled', false) && <RadioView /> }
<RadioView /> }
<ExternalPluginLoader />
</>
);