-
When the Tauri program is started, it will be accompanied by a terminal. How to make the terminal automatically minimize when it starts? |
Beta Was this translation helpful? Give feedback.
Answered by
yk0n9
May 10, 2023
Replies: 1 comment 1 reply
-
There isn't supposed to be a terminal 🤔 Tauri's default template include Is there something you're doing that isn't covered by this? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Oh, I've solved it, instead of disabling the terminal, it auto-minimizes. I call this system function when registering HWND for Tauri. This is what I need.