Skip to content

Commit d29342d

Browse files
committed
fix: did too many java and used boolean instead of bool :/
1 parent df025bf commit d29342d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src_desktop/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ int run_app(int argc, char *argv[]) {
166166
static UpdateChecker::UpdateManager updateManager;
167167
static MatrixVersionChecker::MatrixVersionManager matrixVersionManager;
168168

169-
static boolean startMinimized = false;
169+
static bool startMinimized = false;
170170
// 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
171171
static int startupFrameCounter = 0;
172172

0 commit comments

Comments
 (0)