mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-21 09:09:01 +00:00
Limit presets to .eqf
This commit is contained in:
parent
5732baeb97
commit
bd7ac23bc0
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ import { ContextMenu, Node } from "../ContextMenu";
|
|||
|
||||
const MainContextMenu = props => (
|
||||
<ContextMenu top id="presets-context" handle={<div id="presets" />}>
|
||||
<Node onClick={props.openFileDialog} label="Load" />
|
||||
<Node onClick={props.openFileDialog.bind(null, ".eqf")} label="Load" />
|
||||
<Node onClick={props.downloadPreset} label="Save" />
|
||||
</ContextMenu>
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue