-
Notifications
You must be signed in to change notification settings - Fork 81
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
[GTK] add command line arg to start in tray #367
base: master
Are you sure you want to change the base?
Conversation
[Tracker][Engine][Qt] Prompt to add unrecognised shows.
…le exists is STATE_NOT_FOUND for wait_close = False
[tracker] Remove another assumption
…y 5 seconds above 10 seconds.
[Qt] Split setGeometry into resize and move. (fixes #246)
[Tracker] Refactor/clean up
Syncing
Seems like i left that value there when testing, sorry.
Use the setting interval instead of a hard coded value.
This is too slow, I have to find a better way to do this.
[Qt] Filter update on rebuilding lists (fixes #264)
[Qt] Fixed not being able to edit tags on just added items
[libanilist] Fix search possibly adding null names as show aliases
[GTK] Display lists nicely in detail window
Use 1-1-1 date for unknown values
[QT, GTK] fixes for when PIL is unavailable
94a7438
to
89b457a
Compare
It already implemented in a323b10 |
Note: this can cause an inconsistency in the settings, as this sets the settings manually.
This can be solved by replacing this with a
-c
option or such, to instead use a different config file. But I think having an option dedicated to starting in the BG is much more useful.Another solution would be to just manually start hidden but that would be inconsistent with the settings internally, which can be all kinds of not fun.
TL;DR, looking for some opinions because this isn't the best impl.