Milestone 8 UX: folder tree workflows, about dialog, and app icon polish

This commit is contained in:
2026-03-03 20:07:41 -07:00
parent 36006bd4aa
commit eadcdd7f10
19 changed files with 1789 additions and 129 deletions
+4
View File
@@ -1,3 +1,4 @@
#include "app_icon.h"
#include "profiles_window.h"
#include <QApplication>
@@ -7,6 +8,9 @@ int main(int argc, char* argv[])
Q_INIT_RESOURCE(KodoTermThemes);
QApplication app(argc, argv);
app.setOrganizationName(QStringLiteral("FireBugIT"));
app.setApplicationName(QStringLiteral("OrbitHub"));
app.setWindowIcon(createOrbitHubAppIcon());
ProfilesWindow window;
window.show();