feat(misc): a bunch of crude UI/UX tweaks
- display add time for later use - basic keyboard navigation support - remember last-used server address - show connection error when attempt to connect to server
This commit is contained in:
3
main.cpp
3
main.cpp
@@ -33,7 +33,10 @@ public:
|
||||
|
||||
int main(int argc, char *argv[])
|
||||
{
|
||||
QCoreApplication::setApplicationName("Pineapple Comic Reader");
|
||||
QGuiApplication app(argc, argv);
|
||||
app.setOrganizationName("Chestnut Software");
|
||||
app.setOrganizationDomain("blumia.net");
|
||||
|
||||
qputenv("QT_QUICK_CONTROLS_STYLE", QByteArray("FluentWinUI3"));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user