diff --git a/ts/mains/main_node.ts b/ts/mains/main_node.ts index 31932843b..2811e49a5 100644 --- a/ts/mains/main_node.ts +++ b/ts/mains/main_node.ts @@ -612,7 +612,7 @@ async function showAbout() { const options = { width: 500, height: 500, - resizable: false, + resizeable: true, title: locale.messages.about, autoHideMenuBar: true, backgroundColor: classicDark['--background-primary-color'],