Always render RadioView in MainView component

This commit is contained in:
Life
2026-05-31 11:26:11 +02:00
committed by GitHub
parent 6b7795847b
commit f25b103101
+1 -1
View File
@@ -184,7 +184,7 @@ export const MainView: FC<{}> = props =>
<RareValuesView />
<FortuneWheelView />
<SoundboardView />
{ GetConfigurationValue<boolean>('radio_ui', true) && <RadioView /> }
<RadioView /> }
<ExternalPluginLoader />
</>
);