mirror of
https://github.com/arcan1s/netctl-gui.git
synced 2025-04-24 15:37:23 +00:00
fix default tabnumber
This commit is contained in:
parent
d5f0bbc3bf
commit
7c013310ab
@ -70,7 +70,7 @@ int main(int argc, char *argv[])
|
||||
helpMessage += QApplication::translate("MainWindow", " -t NUM --tab NUM - open a tab with number NUM\n");
|
||||
helpMessage += QApplication::translate("MainWindow", " -h --help - show this help and exit\n");
|
||||
bool defaultSettings = false;
|
||||
int tabNumber = 0;
|
||||
int tabNumber = 1;
|
||||
|
||||
for (int i=1; i<argc; i++) {
|
||||
// help message
|
||||
|
Loading…
Reference in New Issue
Block a user