erwinvc / runelite-plugins

Provides visual notifications when no longer actively performing the selected skill
BSD 2-Clause "Simplified" License
1 stars 5 forks source link

Use Runelite native notifications #28

Open blankaex opened 1 month ago

blankaex commented 1 month ago

The plugin has its own notification config, which is separate from the native client-wide notification settings used by Runelite. This forces the user to make changes to settings in two separate locations if they want the notifications to match. Using native notifications is a cleaner solution, and Runelite has a feature that allows customization per-source so this functionality can still be kept available.

erwinvc commented 1 month ago

Thanks for letting me know. I initially developed this plugin because the original Runelite notifications were lacking in the sense that they didn't offer the features my friends and I were looking for. I'm not aware of a feature that allows customization per-source so it sounds like it might be interesting to look into if I start working on a new update.