Jelajahi Sumber

webUI: fix max log age not work issue.

Nick Peng 1 bulan lalu
induk
melakukan
f141b8b02f
1 mengubah file dengan 1 tambahan dan 0 penghapusan
  1. 1 0
      plugin/smartdns-ui/src/plugin.rs

+ 1 - 0
plugin/smartdns-ui/src/plugin.rs

@@ -151,6 +151,7 @@ impl SmartdnsPlugin {
 
     pub fn start(&self, args: &Vec<String>) -> Result<(), Box<dyn Error>> {
         self.parser_args(args)?;
+        self.load_config()?;
         self.data_server_ctl
             .init_db(&self.data_conf.lock().unwrap())?;
         self.load_config()?;