- resolved a bug in filelist: when clicking again on a directory add

again files
- resolved bug: at startup relaoding download do not start downloading
- added downloading filename in progress bar
This commit is contained in:
2023-02-15 13:49:31 +01:00
parent 623ad81c6b
commit 8419f8ad90
7 changed files with 217 additions and 136 deletions
+1
View File
@@ -23,5 +23,6 @@ int main(int argc, char *argv[])
MainWindow w;
w.show();
w.init();
return a.exec();
}