fix default settings and window resizing

This commit is contained in:
Anton Bracke
2022-02-22 19:51:52 +01:00
parent 454ee6cf4c
commit 67ef2abb24
3 changed files with 24 additions and 15 deletions
+7 -1
View File
@@ -14,7 +14,13 @@ let settings: SettingsData;
const defaultSettings: SettingsData = {
log_level: "info",
auto_launch_enabled: true,
servers: [],
servers: [
{
_id: `${Date.now()}-1`,
name: "WA Demo",
url: "https://play.staging.workadventu.re/@/tcm/workadventure/wa-village",
},
],
shortcuts: {
mute_toggle: "",
camera_toggle: "",