Various QoL improvements

This commit is contained in:
Luca D'Amico
2024-08-20 23:56:43 +02:00
parent e2e53cbed7
commit f46e5275d3
9 changed files with 89 additions and 43 deletions

View File

@@ -42,7 +42,7 @@
<bool>false</bool>
</property>
<property name="text">
<string>NDS Factory V1.2</string>
<string>NDSFactory V1.2</string>
</property>
<property name="alignment">
<set>Qt::AlignmentFlag::AlignCenter</set>

View File

@@ -1,6 +1,6 @@
#ifndef REVISION_H
#define REVISION_H
#define GIT_COMMIT_HASH "a2739a9"
#define GIT_COMMIT_HASH "e2e53cb"
#endif