From 3cbea34c1a44dd364fb2b8d938080ba28fd65efd Mon Sep 17 00:00:00 2001 From: onyx-and-iris <75868496+onyx-and-iris@users.noreply.github.com> Date: Tue, 19 Apr 2022 20:22:54 +0100 Subject: [PATCH] remove duplicate files remove duplicate files --- vmcompact/configs/app.toml | 18 ------------------ vmcompact/configs/vban.toml | 12 ------------ 2 files changed, 30 deletions(-) delete mode 100644 vmcompact/configs/app.toml delete mode 100644 vmcompact/configs/vban.toml diff --git a/vmcompact/configs/app.toml b/vmcompact/configs/app.toml deleted file mode 100644 index a824228..0000000 --- a/vmcompact/configs/app.toml +++ /dev/null @@ -1,18 +0,0 @@ -# load with themes enabled? set the default mode -[theme] -enabled=true -mode="light" -# load in extended mode? if so which orientation -[extends] -extended=true -extends_horizontal=true -# default dimensions for channel label frames -[channel] -width=80 -height=130 -# size of a single mouse wheen scroll step -[mwscroll_step] -size=3 -# default submix bus -[submixes] -default=6 diff --git a/vmcompact/configs/vban.toml b/vmcompact/configs/vban.toml deleted file mode 100644 index 231acf1..0000000 --- a/vmcompact/configs/vban.toml +++ /dev/null @@ -1,12 +0,0 @@ -# example connections -[connection-1] -kind = 'banana' -ip = '' -streamname = 'Command1' -port = 6990 - -[connection-2] -kind = 'potato' -ip = '' -streamname = 'Command1' -port = 6990