Add improved settings button

This commit is contained in:
Meierschlumpf
2022-12-04 18:20:25 +01:00
parent d5a3b3f3ba
commit 0970a2b9bc
8 changed files with 78 additions and 92 deletions

View File

@@ -15,7 +15,7 @@ export default function ConfigChanger() {
const onConfigChange = (value: string) => {
// TODO: check what should happen here with @manuel-rw
// Wheter it should check for the current url and then load the new config only on index
// Or it should always load the selected config and open index or ?
// Or it should always load the selected config and open index or ? --> change url to page
setActiveConfig(value);
/*
loadConfig(e ?? 'default');