rhelmot / CelesteMagicTimer

Autosplitter program for Celeste on Linux
MIT License
11 stars 7 forks source link

Add command line toggle for split notifications #9

Open rhelmot opened 3 years ago

rhelmot commented 3 years ago

Right now, the notifications can only be disabled by editing the code. This is not desirable. We should add command-line flags to disable split notifications and to disable all notifications. One important nuance is that because there are a lot of different ways the autosplitter can be started, we should take care to do this in a way which doesn't require duplicating code across different entry points.