diff options
Diffstat (limited to 'apps/plugins')
| -rw-r--r-- | apps/plugins/clock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/clock.c b/apps/plugins/clock.c index 3c70759..f2f6c77 100644 --- a/apps/plugins/clock.c +++ b/apps/plugins/clock.c @@ -1474,7 +1474,7 @@ void general_settings(void) case 5: rb->set_option("Idle Poweroff (temporary)", &idle_poweroff, - INT, idle_poweroff_text, 2, NULL); + BOOL, idle_poweroff_text, 2, NULL); break; default: |