Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multi 3.0: Window size isn't remembered #123

Open
casualbugs opened this issue Aug 2, 2023 · 3 comments
Open

Multi 3.0: Window size isn't remembered #123

casualbugs opened this issue Aug 2, 2023 · 3 comments
Labels
bug report Something isn't working help wanted Extra attention is needed

Comments

@casualbugs
Copy link

Recreated the Instagram app with the following code

`{
"tabs": [
{
"title": "Instagram",
"url": "https://www.instagram.com",
"basicAuthUser": "user",
"basicAuthPassword": "password",
"userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.0 Safari/605.1.15"
}
],
"windowed": true,
"alwaysNotify": true,
"openNewWindowsWith": "com.brave.browser",
"openNewWindowsInBackground": true
}

`

Whenever I open the app > close/minimize it using the red x title bar button > launch it again from the dock. It resizes to a small window.

Resize > CMD +Q > Re-open works perfectly.

Did not happen with the old version

@rightsaidfred99
Copy link

rightsaidfred99 commented Aug 17, 2023

It happens because it seems they made a change where in the past, closing would quit. Now it seems closing just resets the app.

I think if you put this line in, it should work

"terminateWithLastWindow": true,

@kofigumbs
Copy link
Owner

Thanks for the workaround @rightsaidfred99. I think there's probably still a bug here since macOS windows should remember their last size without the app needing a restart.

@kofigumbs kofigumbs added bug report Something isn't working help wanted Extra attention is needed labels Aug 17, 2023
@retorquere
Copy link

Adding

"terminateWithLastWindow": true,

doesn't work for me, the app does indeed terminate with last close, but it comes back as the default size in the default place rather than the size/place before opening.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug report Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

4 participants