From 2012963d020d3fbdafb23699021d94879820a477 Mon Sep 17 00:00:00 2001 From: Clayton Groeneveld Date: Fri, 15 Jul 2022 00:34:39 -0500 Subject: [PATCH] UI: Add menu icons to resource folder The menu icons were never added to the resource folder, so they didn't work in the System theme. --- UI/forms/images/dots-vert.svg | 1 + UI/forms/images/dots.svg | 1 + UI/forms/obs.qrc | 2 ++ 3 files changed, 4 insertions(+) create mode 100644 UI/forms/images/dots-vert.svg create mode 100644 UI/forms/images/dots.svg diff --git a/UI/forms/images/dots-vert.svg b/UI/forms/images/dots-vert.svg new file mode 100644 index 000000000..7ce44e5f3 --- /dev/null +++ b/UI/forms/images/dots-vert.svg @@ -0,0 +1 @@ + diff --git a/UI/forms/images/dots.svg b/UI/forms/images/dots.svg new file mode 100644 index 000000000..1417df2c2 --- /dev/null +++ b/UI/forms/images/dots.svg @@ -0,0 +1 @@ + diff --git a/UI/forms/obs.qrc b/UI/forms/obs.qrc index e6769cc26..721796420 100644 --- a/UI/forms/obs.qrc +++ b/UI/forms/obs.qrc @@ -56,6 +56,8 @@ images/media/media_restart.svg images/media/media_stop.svg images/interact.svg + images/dots.svg + images/dots-vert.svg images/settings/output.svg