-
-
Notifications
You must be signed in to change notification settings - Fork 15
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
fix: add spotify launcher arguments into config #51
base: main
Are you sure you want to change the base?
fix: add spotify launcher arguments into config #51
Conversation
I need to remove Spotify updates. I can't set this in the file configuration. I have to modify the .desktop file and pass it the `--skip-update` argument. I thought it might be useful to add these options to the configuration file.
@windx-foobar I've set the config in
|
Hi! |
@windx-foobar Ah sorry my fault, didn't check out your code. 🙈 |
This patch is very useful, thanks for proposing it. It would be great if you could also add support for option |
Hi!
@BCSharp Added :) |
Thanks, works for me! 👌 However, since this is a PR for a pull into the maintainer's repository, I have a few observations relevant for wider usability. The way how it is implemented now, the |
Hmm. Thanks. I repair it soon... |
1. passing parameter 2. config file 3. default value
Done it :) |
# Conflicts: # src/main.rs
need to approve this pr |
I need to remove Spotify updates. I can't set this in the file configuration. I have to modify the .desktop file and pass it the
--skip-update
argument. I thought it might be useful to add these options to the configuration file.