How to "hide" a window instead of closing it #2828
Answered
by
ogoffart
Xiaobaishushu25
asked this question in
Q&A
-
Hello, I want to use slint to create a small tool. My goal is to hide the window when it is not at the top of the desktop or when I click the close button, and then show it when I press a shortcut key. However, when I use app. window(). hide() to hide the window, the program exits directly after the window closes. So, how can I achieve my goal? Thank you for your patient reading. |
Beta Was this translation helpful? Give feedback.
Answered by
ogoffart
Jun 6, 2023
Replies: 1 comment
-
This is currently only possible using private API |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Xiaobaishushu25
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is currently only possible using private API
This is being tracked on #1499