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

feat: add --background argv support for opening app minimized to the system tray #428

Merged
merged 1 commit into from
Nov 25, 2023

Conversation

ShGKme
Copy link
Contributor

@ShGKme ShGKme commented Nov 24, 2023

☑️ Resolves

🖼️ Screenshots

Welcome window is not hide. Hiding the welcome window is more problematic because the app is not in the system tray and connection could not be successful.

So for some time it is visible anyway.

bg

🚧 Tasks

  • Add argv --background support: on open if the main Talk window is to be open and there was argv --background - do not show the window. It can be opened from the system tray.
  • Opening on the login window is not changed

Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
Copy link
Member

@nickvergessen nickvergessen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure this is too useful, but as long as it's not default...

@ShGKme
Copy link
Contributor Author

ShGKme commented Nov 25, 2023

Not sure this is too useful, but as long as it's not default...

It will be useful for run on startup later to not show the window in the center of the screen after reboot 😅

Now it allows to manually set up run on startup.

@ShGKme ShGKme merged commit ef018bb into main Nov 25, 2023
4 checks passed
@delete-merged-branch delete-merged-branch bot deleted the feat/arg-background branch November 25, 2023 19:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add option to start in background
2 participants