diff options
Diffstat (limited to 'draksnapshot-config')
-rwxr-xr-x | draksnapshot-config | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/draksnapshot-config b/draksnapshot-config index 5362a36..449763b 100755 --- a/draksnapshot-config +++ b/draksnapshot-config @@ -143,10 +143,14 @@ gtkadd($my_win->{window}, ]; } @ordered_intervals ]), + 0, gtknew('Expander', text => N("Advanced"), + child => gtknew('VBox', children => [ 0, gtknew('Title2', label => N("Backup list")), 1, format_list($backup_list, 1), 0, gtknew('Title2', label => N("Exclude list")), 1, format_list($exclude_list), + ]), + ), 0, gtknew('HButtonBox', layout => 'end', border_width => 5, spacing => 5, children_loose => [ gtknew('Button', text => N("Apply"), clicked => \&save), gtknew('Button', text => $::isEmbedded ? N("Cancel") : N("Close"), clicked => sub { save(); quit() }) |