We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df025bf commit d29342dCopy full SHA for d29342d
1 file changed
src_desktop/main.cpp
@@ -166,7 +166,7 @@ int run_app(int argc, char *argv[]) {
166
static UpdateChecker::UpdateManager updateManager;
167
static MatrixVersionChecker::MatrixVersionManager matrixVersionManager;
168
169
- static boolean startMinimized = false;
+ static bool startMinimized = false;
170
// somehow because portaudio is bugged or idk, we need to have like 10 frames of the program and then we can hide it so there's your counter
171
static int startupFrameCounter = 0;
172
0 commit comments