1
0
Fork 0

Add a todo for Diopser safe mode

This commit is contained in:
Robbert van der Helm 2022-11-17 23:42:27 +01:00
parent e55cb228e1
commit b2210072fc

View file

@ -42,6 +42,7 @@ struct Data {
/// Whether the safe mode button is enabled. The number of filter stages is capped at 40 while
/// this is active.
/// TODO: Actually hook up safe mode
safe_mode: Arc<AtomicBool>,
}