|
|
|
|
@ -89,6 +89,7 @@ void MainWindow::settings() {
|
|
|
|
|
month = 0;
|
|
|
|
|
day = 0;
|
|
|
|
|
this->lacalization();
|
|
|
|
|
btnBoxAboutDialog->set_visible(false);
|
|
|
|
|
if (geteuid() == 0) {
|
|
|
|
|
numTimeHrs->set_range(0, 23);
|
|
|
|
|
numTimeMin->set_range(0, 59);
|
|
|
|
|
@ -96,7 +97,6 @@ void MainWindow::settings() {
|
|
|
|
|
numTimeMin->set_increments(1.0, 1.0);
|
|
|
|
|
this->get_config();
|
|
|
|
|
this->flag_block_gui();
|
|
|
|
|
btnBoxAboutDialog->set_visible(false);
|
|
|
|
|
this->event();
|
|
|
|
|
this->parse_text_date();
|
|
|
|
|
this->load_local_cfg();
|
|
|
|
|
|