comment out cps ui

This commit is contained in:
Felix Roos 2023-03-01 00:05:23 +01:00
parent 1f7e293204
commit f8724bf47e

View File

@ -288,7 +288,7 @@ function SettingsTab({ scheduler }) {
const { theme, keybindings, fontSize, fontFamily } = useSettings();
return (
<div className="text-foreground p-4 space-y-4">
<FormItem label="Tempo">
{/* <FormItem label="Tempo">
<div className="space-x-4">
<button
onClick={() => {
@ -305,7 +305,7 @@ function SettingsTab({ scheduler }) {
faster
</button>
</div>
</FormItem>
</FormItem> */}
<FormItem label="Theme">
<SelectInput options={themeOptions} value={theme} onChange={(theme) => settingsMap.setKey('theme', theme)} />
</FormItem>