fix: special shortcut for Windows live notifications (#5975)

This commit is contained in:
8thony
2025-03-09 15:48:26 +01:00
committed by GitHub
parent 81ef344fad
commit ffe28b88a4
10 changed files with 48 additions and 8 deletions
+4
View File
@@ -24,6 +24,10 @@ Modes::Modes()
{
this->isPortable = true;
}
else if (line == "externally-packaged")
{
this->isExternallyPackaged = true;
}
}
}