Skip to content

Commit

Permalink
limit rgb color input to windows for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Fleeym committed Oct 19, 2023
1 parent ed32143 commit bb3d0fd
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/features/RGBColorInput/RGBColorInput.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#ifdef GEODE_IS_WINDOWS

#include <Geode/Geode.hpp>
#include <Geode/modify/ColorSelectPopup.hpp>
#include <Geode/modify/SetupPulsePopup.hpp>
Expand Down Expand Up @@ -111,4 +113,6 @@ class $modify(SetupPulsePopup) {
m_fields->rgbWidget->setVisible(m_pulseMode == 0);
}
}
};
};

#endif

0 comments on commit bb3d0fd

Please sign in to comment.