fix: about window is now resizable

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

@ -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'],

Loading…
Cancel
Save