compare: basic ui.

This commit is contained in:
2025-06-18 10:36:19 +08:00
parent e341f3a543
commit 95e4d322e1
5 changed files with 125 additions and 5 deletions

View File

@@ -73,7 +73,10 @@ void FileManager::InitControl()
void FileManager::InitMenu(bool remote)
{
if (remote) {
auto acDown = new QAction(tr("Download"));
//auto acDown = new QAction(tr("Download"));
}
else {
//auto acUp = new QAction(tr("Upload"));
}
}