impr: Added small moon icon to the welcome screen of nightly builds

This commit is contained in:
WerWolv
2024-06-05 22:23:43 +02:00
parent c217b1b100
commit 348fe27a3c
3 changed files with 38 additions and 5 deletions

View File

@@ -805,7 +805,7 @@ namespace hex {
#endif
}
bool isNightly() {
bool isNightlyBuild() {
return getImHexVersion(false).ends_with("WIP");
}