Browse Source

forgot ;

tags/v1.5.0
Nils 4 years ago
parent
commit
542fb64d72
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/nsm-proxy-gui.cpp

+ 1
- 1
src/nsm-proxy-gui.cpp View File

@@ -353,7 +353,7 @@ main ( int argc, char **argv )

//The config file option allows the user to choose a different config file for the proxy settings.
//This does more harm than good, so we hide the gui field.
ui->config_file_input->hide()
ui->config_file_input->hide();

w->show();



Loading…
Cancel
Save