fix: about window is now resizable

pull/3083/head
William Grant 11 months ago
parent 59e6074429
commit db7355ef8e

@ -612,7 +612,7 @@ async function showAbout() {
const options = { const options = {
width: 500, width: 500,
height: 500, height: 500,
resizable: false, resizeable: true,
title: locale.messages.about, title: locale.messages.about,
autoHideMenuBar: true, autoHideMenuBar: true,
backgroundColor: classicDark['--background-primary-color'], backgroundColor: classicDark['--background-primary-color'],

Loading…
Cancel
Save