- timeshift: unify config keywords and locales

Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
svenhoefer
2019-01-15 23:39:10 +01:00
committed by Thilo Graf
parent d338be9526
commit 6e46005ca0
10 changed files with 63 additions and 41 deletions

View File

@@ -516,6 +516,13 @@ struct SNeutrinoSettings
std::string recording_filename_template;
int recording_already_found_check;
// timeshift
int timeshift_pause;
int timeshift_auto;
int timeshift_temp;
int timeshift_delete;
int timeshift_hours;
int filesystem_is_utf8;
// default plugin for ts-movieplayer (red button)
std::string movieplayer_plugin;
@@ -553,12 +560,7 @@ struct SNeutrinoSettings
int key_power_off;
int key_standby_off_add;
int menu_left_exit;
int timeshift_pause;
int auto_timeshift;
int temp_timeshift;
int auto_delete;
int record_hours;
int timeshift_hours;
int key_record;
int key_help;
int key_next43mode;