Skip to content

Commit f84dda2

Browse files
committed
Mac Support back
1 parent 0cc7342 commit f84dda2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pages/Settings.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ void DevTools::drawSettings() {
8282

8383
ImGui::DragFloat("Font Size", &ImGui::GetIO().FontGlobalScale, 0.01f, 1.0f, 3.0f);
8484

85-
#ifdef GEODE_IS_WINDOWS
85+
#ifdef GEODE_IS_DESKTOP
8686

8787
ImGui::Separator();
8888

0 commit comments

Comments
 (0)