Hide frame in settings window

This commit is contained in:
Ken Powers 2020-01-15 12:55:15 -05:00 committed by Scott Nonnenberg
parent 827f849b02
commit 490abb09af

View file

@ -533,6 +533,7 @@ async function showSettingsWindow() {
const options = {
width: Math.min(500, size[0]),
height: Math.max(size[1] - 100, MIN_HEIGHT),
frame: false,
resizable: false,
title: locale.messages.signalDesktopPreferences.message,
autoHideMenuBar: true,