Restyled settings menu to include version number and useful links on the about page. fixes #275

This commit is contained in:
2023-08-23 20:40:02 +02:00
parent d8e4a493b9
commit a962029b0b
5 changed files with 78 additions and 19 deletions

View File

@@ -63,8 +63,8 @@ const settingsModule = {
export const createSettingsWindow = function () {
settingsWindow = new BrowserWindow({
width: 700,
height: 600,
width: 650,
height: 700,
resizable: true,
show: false,
transparent: true,