-
-
Notifications
You must be signed in to change notification settings - Fork 353
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
Why doesn't it remember the window size now? #1011
Comments
Please fix the format of your markdown: 6 MD003/heading-style/header-style Heading style [Expected: setext; Actual: atx]
6 MD022/blanks-around-headings/blanks-around-headers Headings should be surrounded by blank lines [Expected: 1; Actual: 0; Below] [Context: "## Code"]
7 MD031/blanks-around-fences Fenced code blocks should be surrounded by blank lines [Context: "```"]
7 MD040/fenced-code-language Fenced code blocks should have a language specified [Context: "```"] generated by check-issue |
I haven't changed any related logic. I think every time you launch the browser, you will open a new tab, because different tabs can have the same url, how could you know it's the same one as the last launch? |
I remember that in previous versions of Chrome, the browser would remember the window size changed by dragging the mouse, but after a certain update of the Chrome browser, it no longer remembers the window size. It might be due to the Chrome update. |
If I don't specify |
could you try without rod? I might be a chromium issue. |
When I try launching with |
How about use the |
It cannot record either; only when opened using the command can it normally record the window size. |
The fix will be released in the next version |
Please check v0.114.8 |
Thanks, the issue has been fixed after testing. |
Rod Version: v0.114.7
I remember that in previous versions, when using the same code, if you manually dragged the window to change its size, the size would be maintained the next time you started it. But now it seems to revert to a fixed size. Is it necessary now to use MustSetWindow to maintain the window size?
Code
The text was updated successfully, but these errors were encountered: