jaeha-choi / DFF

A program that fetches data from op.gg to set runes, item pages, and spells automatically.
BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

Set DFF as startup application #6

Open dspani opened 2 years ago

dspani commented 2 years ago

Similar to other applications that autoselect runes, spells, etc. I think it would be nice to have the application startup at boot and allow for the toggle of this setting within the app. It would also be nice to have the application come to the front when LoL is started, a game is found, champ is locked in, etc.

jaeha-choi commented 2 years ago

"Run on startup" can be a little tricky as that feature is system-dependent, but I can probably create a simple script to enable that instead of adding it directly to the program itself. I use a script that executes DFF along with the game client, which works quite well. (It's causing a minor bug to DFF on some occasions, so I won't be able to release it just yet)

It would also be nice to have the application come to the front when LoL is started, a game is found, champ is locked in, etc.

Currently, DFF only gets focused when an error occurs, but I could add a "focus on success" toggle button in the next major release. Focusing is relying on the GUI toolkit, and I'll need to test if it's reliable enough as well.