mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-22 01:29:22 +00:00
Stupid case insensitive file system...
This commit is contained in:
parent
8ab39b7205
commit
bfb2a48235
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ import React from "react";
|
|||
import { connect } from "react-redux";
|
||||
import { CLOSE_CONTEXT_MENU } from "../actionTypes";
|
||||
import { close, setSkinFromFilename, openFileDialog } from "../actionCreators";
|
||||
import { ContextMenu, Hr, Node, Parent, LinkNode } from "./contextMenu";
|
||||
import { ContextMenu, Hr, Node, Parent, LinkNode } from "./ContextMenu";
|
||||
|
||||
const SKINS = [
|
||||
{ file: "base-2.91.wsz", name: "<Base Skin>" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue