| 1937 | static guint prefs_timeout_id = 0; |
| 1938 | |
| 1939 | static gboolean |
| 1940 | delayed_store_prefs(gpointer data) |
| 1941 | { |
| 1942 | write_config_file("preferences.json", prefsDict); |
| 1943 | prefs_timeout_id = 0; |
| 1944 | return FALSE; |
| 1945 | } |
| 1946 | |
| 1947 | static void |
| 1948 | store_presets (void) |
nothing calls this directly
no test coverage detected