138
138
App.count_boot = (int) spin_b.get_value();
143
148
var chk_cron = add_checkbox(this, "Stop cron daemon from sending emails for scheduled jobs");
144
149
chk_cron.set_tooltip_text(_("The cron service sends the output of scheduled tasks as an email to the current user. Select this option to suppress the emails for cron tasks created by Timeshift."));
146
152
chk_cron.active = App.stop_cron_emails;
147
153
chk_cron.toggled.connect(()=>{
148
154
App.stop_cron_emails = chk_cron.active;
157
158
var scrolled = new ScrolledWindow(null, null);
158
159
scrolled.set_shadow_type (ShadowType.ETCHED_IN);