Merge remote-tracking branch 'fork/main' into feat/messenger-groups-receipts

This commit is contained in:
simoleo89
2026-06-02 22:09:19 +02:00
committed by simoleo89
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 />
</>
);