TYPE_STRING,
&setup.api_server_password, "api_server_password"
},
+ {
+ TYPE_SWITCH,
+ &setup.ask_for_uploading_tapes, "ask_for_uploading_tapes"
+ },
{
TYPE_STRING,
&setup.touch.control_type, "touch.control_type"
si->api_server = TRUE;
si->api_server_hostname = getStringCopy(API_SERVER_HOSTNAME);
si->api_server_password = getStringCopy(UNDEFINED_PASSWORD);
+ si->ask_for_uploading_tapes = TRUE;
si->touch.control_type = getStringCopy(TOUCH_CONTROL_DEFAULT);
si->touch.move_distance = TOUCH_MOVE_DISTANCE_DEFAULT; // percent
boolean api_server;
char *api_server_hostname;
char *api_server_password;
+ boolean ask_for_uploading_tapes;
struct SetupAutoSetupInfo auto_setup;
struct SetupLevelSetupInfo level_setup;