-
Notifications
You must be signed in to change notification settings - Fork 2k
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
How can I solve the problem where macos uses windterm and pops up a window every time it restarts? #2100
Comments
Linux is also affected by this issue. As a work around, edit global/wind.config @@ -62,7 +62,7 @@
"terminal.mouseTracking.move": true,
"terminal.mouseTracking.rightClick": false,
"terminal.mouseTracking.wheel": true,
- "terminal.reimportShellSessions": true,
+ "terminal.reimportShellSessions": false,
"terminal.screen.pasteDialog": true,
"terminal.startupSessions": "LastSessions",
"terminal.rightClickAction": "ShowMenu", or find user.config in your windterm config path
(noting the comma placement) |
Thank you very much for your answer, the problem is solved. |
I confirm that this is a bug, I will fix it. Please stay tuned, thank you. |
还有 |
WindTerm 2.7.0 Prerelease 2 has addressed this issue, but the macOS version may not be released until the end of the month. Please be patient. Thank you. |
"I am using macOS, and every time I restart the system, there is a popup when using the software. How can I set it to not show the popup?"

The text was updated successfully, but these errors were encountered: