Increase default screen width on desktop app

Goal is to show 3 card in a row as default. It gives more consistent
look to privacy.sexy across web and desktop.
This commit is contained in:
undergroundwires
2021-10-05 22:25:59 +01:00
parent 20b7d283b0
commit 9942df16c8

View File

@@ -31,7 +31,7 @@ if (!process.env.IS_TEST) {
function createWindow() {
// Create the browser window.
const size = getWindowSize(1350, 955);
const size = getWindowSize(1650, 955);
win = new BrowserWindow({
width: size.width,
height: size.height,