ui improve

This commit is contained in:
2026-04-25 10:34:50 +03:00
parent 7515e0334b
commit a2e874de85
9 changed files with 162 additions and 108 deletions
+2
View File
@@ -5,6 +5,8 @@ using path = fs::path;
int transfer_files(path directory);
bool isClientTransferDone();
bool isClientTransferCancelled();
bool isClientConnectionFailed();
void cancelClientTransfer();
double getClientProgress();
std::string getClientStatusText();