From 2140c40e2c32c0bfa716d0db189c17ccdface01e Mon Sep 17 00:00:00 2001 From: Igor Belitskiy Date: Fri, 27 Jan 2023 17:38:27 +0600 Subject: [PATCH] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=20=D1=87=D0=B5=D0=BA=20=D0=BE=D1=82=D0=BA=D0=BB?= =?UTF-8?q?=D1=8E=D1=87=D0=B8=D1=82=D1=8C=20=D1=81=D0=B8=D0=BD=D1=85=D1=80?= =?UTF-8?q?=D0=BE=D0=BD=D0=B8=D0=B7=D0=B0=D1=86=D0=B8=D1=8E=20=D1=87=D0=B5?= =?UTF-8?q?=D1=80=D0=B5=D0=B7=20ntp=20=D0=B2=20ubconfig?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/ubl-settings-datetime.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/ubl-settings-datetime.cc b/source/ubl-settings-datetime.cc index 52c72c8..884751e 100644 --- a/source/ubl-settings-datetime.cc +++ b/source/ubl-settings-datetime.cc @@ -428,7 +428,7 @@ void MainWindow::enter_zone_glob(){ void MainWindow::set_ntp_toggle_glob(){ bool flag = _cbxSynchronizeNtp->get_active(); if (flag==true){ - + system("/usr/bin/ubconfig remove network NTPSERVERS") } else{