feat(settings): new settings design (#261)

This commit is contained in:
megumin 2022-11-25 22:38:55 +00:00 committed by GitHub
parent a85ec594a7
commit 6b55dee9fb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
14 changed files with 369 additions and 162 deletions

View file

@ -16,7 +16,7 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
import cssText from "~fileContent/styles.css";
import cssText from "~fileContent/spotifyStyles.css";
import IpcEvents from "../../utils/IpcEvents";
import { lazyWebpack } from "../../utils/misc";