-
-
Notifications
You must be signed in to change notification settings - Fork 289
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
Library changes & Quit fix #2906
Conversation
Pylint result on modfied files:
|
Whoops, I forgot to create new branch before making a PR... |
@RozeFound any reason for closing this? (We're all really busy ATM so we can't review) |
There was no feedback so I thought it's bad structured. |
I think it's okay keeping it like this, it's pretty small |
It is small, but changes are unrelated to each other mostly |
Ah, sorry for that. Like I said we're just really busy right now |
To be honest I don't know how to separate it without redoing changes... |
You can use |
Thanks! I'm pretty bad with git so it'll be a pleasure from your side |
And I haven't tested it yet, so it might just not work 😅 |
What a coincidence, I opened #2921 because I noticed that some information/tools are redundant or outdated for our use case, so I went ahead to create a meta-issue :D |
Tested and everything works as expected. Merging when the CI finish if there are no conflicts. |
This PR needs to be rebased to trigger the missing |
SonarQube Quality Gate |
Description
Fix window not remembering size on Ctrl+Q, apparently force quit() is not a close request
Deprecate Gtk.Picture.set_pixbuf before it starts to produce warnings GNOME/gtk@4bede73
Set full application name in "No cover" placeholder in Library View, I thing It'll be more descriptive
Not sure if it fixes any issues tho
Type of change