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

Feature: Run at startup #13

Closed
FaithBeam opened this issue Sep 8, 2024 · 1 comment · Fixed by #14
Closed

Feature: Run at startup #13

FaithBeam opened this issue Sep 8, 2024 · 1 comment · Fixed by #14

Comments

@FaithBeam
Copy link
Owner

FaithBeam commented Sep 8, 2024

It'd be nice if YMouseButtonControl could automatically run at system startup. The current idea to toggle this is a menu item from the tray icon.

Not installed:

image

Installed:

image

Operating System Finished
Windows
Linux
macOS

It would also be nice if a user could set the application to start "minimized". This is kind of a pain to do properly. The proper way would be to not create the main window until the user selects the Setup menu item from the tray icon. It is currently created in the App.xaml.cs.

@FaithBeam FaithBeam linked a pull request Sep 8, 2024 that will close this issue
@FaithBeam
Copy link
Owner Author

The start minimized setting has been exposed through the Setting button:
image

It looks like garbage right now but I'm going to wait on the UI for a db provider rewrite. I use litedb and would like to change it to EF Core Sqlite.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant