Skip to content

Commit

Permalink
disable download mhv5 hacks on mac
Browse files Browse the repository at this point in the history
  • Loading branch information
cgytrus committed Sep 11, 2023
1 parent d0c854c commit 0db17d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -561,6 +561,7 @@ void windowPreEnd() {
if (ImGui::Button("Reload Patches"))
loadAll();

#if defined(GEODE_IS_WINDOWS)
bool mhv5DownloadDisabled = false;
for (float d : mhv5Download) {
if (d >= 0.f) {
Expand All @@ -583,7 +584,6 @@ void windowPreEnd() {
ImGui::Separator();

// TODO: mac users dont have pp rn
#if defined(GEODE_IS_WINDOWS)
ImGui::LabelText("", "Blur");
if (ImGui::CoolCheckbox("Fast", &pp::blurFast))
Mod::get()->setSettingValue<bool>("blur-fast", pp::blurFast);
Expand Down

0 comments on commit 0db17d1

Please sign in to comment.