Skip to content

Commit

Permalink
#7 Don't activate OS check yet
Browse files Browse the repository at this point in the history
  • Loading branch information
helgoboss committed Dec 3, 2024
1 parent 1fc1b6d commit a92c429
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gui/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import * as os from "@tauri-apps/plugin-os";
import * as process from "@tauri-apps/plugin-process";
import * as dialog from '@tauri-apps/plugin-dialog';

// TODO-high CONTINUE Activate as soon as we are sure on which OS it runs nicely and which not
async function verifyOs() {
const minMacosVersion = "11";
const osType = os.type();
Expand All @@ -26,6 +27,6 @@ No worries. You can always use ReaPack to install the desired REAPER packages! J
}
}

verifyOs();
// verifyOs();

render(() => <App/>, document.getElementById("root") as HTMLElement);

0 comments on commit a92c429

Please sign in to comment.