fix: Commit link in about page not working correctly

This commit is contained in:
WerWolv
2023-04-13 16:10:55 +02:00
parent 2829bf2640
commit 18d5fd5d3e
5 changed files with 76 additions and 9 deletions

View File

@@ -28,7 +28,7 @@ int main(int argc, char **argv, char **envp) {
bool shouldRestart = false;
do {
// Register a event to handle restarting of ImHex
// Register an event to handle restarting of ImHex
EventManager::subscribe<RequestRestartImHex>([&]{ shouldRestart = true; });
shouldRestart = false;