add env var to debug battery blink

This commit is contained in:
Chris Lee
2019-03-09 12:29:31 +01:00
parent bff1a337f3
commit da75999832
4 changed files with 5 additions and 3 deletions

View File

@@ -99,6 +99,7 @@ extern gboolean debug_thumbnails;
extern double ui_scale_dpi_ref;
extern double ui_scale_monitor_size_ref;
extern gboolean thumb_use_shm;
extern gboolean debug_blink;
typedef struct Panel {
Area area;