Internal
Public Access
Milestone 8 UX: folder tree workflows, about dialog, and app icon polish
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user