Skip to content
Snippets Groups Projects
Commit e7b7bf86 authored by Konstantinos Sideris's avatar Konstantinos Sideris
Browse files

Do not capitalise the organization name

parent 016bec1d
No related branches found
No related tags found
No related merge requests found
......@@ -27,8 +27,8 @@ int
main(int argc, char *argv[])
{
QCoreApplication::setApplicationName("nheko");
QCoreApplication::setApplicationVersion("Ωμέγa");
QCoreApplication::setOrganizationName("Nheko");
QCoreApplication::setApplicationVersion("0.1.0");
QCoreApplication::setOrganizationName("nheko");
QCoreApplication::setAttribute(Qt::AA_UseHighDpiPixmaps);
QCoreApplication::setAttribute(Qt::AA_EnableHighDpiScaling);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment