diff --git a/config.xml b/config.xml index 64a6b84..bd25890 100644 --- a/config.xml +++ b/config.xml @@ -15,6 +15,8 @@ + + diff --git a/res/electron/settings.json b/res/electron/settings.json new file mode 100644 index 0000000..0478418 --- /dev/null +++ b/res/electron/settings.json @@ -0,0 +1,6 @@ +{ + "browserWindow": { + "width": 1024, + "height": 768 + } +} \ No newline at end of file