We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cc7342 commit f84dda2Copy full SHA for f84dda2
1 file changed
src/pages/Settings.cpp
@@ -82,7 +82,7 @@ void DevTools::drawSettings() {
82
83
ImGui::DragFloat("Font Size", &ImGui::GetIO().FontGlobalScale, 0.01f, 1.0f, 3.0f);
84
85
- #ifdef GEODE_IS_WINDOWS
+ #ifdef GEODE_IS_DESKTOP
86
87
ImGui::Separator();
88
0 commit comments