Skip to content

Commit 404469d

Browse files
Fixes ui issues.
1 parent 5361a89 commit 404469d

18 files changed

+394
-51
lines changed

data/images/IconFile.svg

Lines changed: 3 additions & 0 deletions
Loading

data/images/IconImage.svg

Lines changed: 4 additions & 0 deletions
Loading

data/images/IconLogoCss.svg

Lines changed: 3 additions & 0 deletions
Loading

data/images/IconLogoHtml.svg

Lines changed: 3 additions & 0 deletions
Loading

data/images/IconLogoJs.svg

Lines changed: 3 additions & 0 deletions
Loading

data/images/IconLogoLua.svg

Lines changed: 39 additions & 0 deletions
Loading

data/images/IconVideo.svg

Lines changed: 4 additions & 0 deletions
Loading

data/images/IconVolume.svg

Lines changed: 6 additions & 0 deletions
Loading

data/locale/en-US.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,8 @@ SetupWizard.MergeSelectScenes.NoCustomMergeAvailable="This scene collection only
120120
SetupWizard.ThirdParty.DownloadButton="Get"
121121
SetupWizard.ThirdParty.Title="Required third party downloads."
122122
SetupWizard.ThirdParty.SubTitle="This scene collection requires a few third party downloads. Please ensure you have installed each of the items below to ensure this scene collections works properly on your OBS."
123+
SetupWizard.MissingSourceClone.Title="Source Clone Required"
124+
SetupWizard.MissingSourceClone.Description="The Source Clone plugin is required for merging scene collections. Please click 'Get' below, install the plugin, restart OBS, and try again."
123125
UpdateModal.Title="Update available"
124126
UpdateModal.SkipVersionButton="No thanks"
125127
UpdateModal.LaterButton="Ask me later"

data/plugins.json

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,41 @@
146146
"files" :[
147147
"waveform.dll"
148148
]
149+
},
150+
{
151+
"name": "Aitum Vertical",
152+
"url": "https://obsproject.com/forum/resources/aitum-vertical.1715/",
153+
"files": [
154+
"vertical-canvas.dll"
155+
]
156+
},
157+
{
158+
"name": "Markdown Source",
159+
"url": "https://obsproject.com/forum/resources/markdown-source.1764/",
160+
"files": [
161+
"markdown.dll"
162+
]
163+
},
164+
{
165+
"name": "Ashmanix Countdown Timer",
166+
"url": "https://obsproject.com/forum/resources/ashmanix-countdown-timer.1610/",
167+
"files": [
168+
"obs-plugin-countdown.dll"
169+
]
170+
},
171+
{
172+
"name": "SVG Source",
173+
"url": "https://obsproject.com/forum/resources/svg-source.2174/",
174+
"files": [
175+
"svg-source.dll"
176+
]
177+
},
178+
{
179+
"name": "Draw",
180+
"url": "https://obsproject.com/forum/resources/draw.2081/",
181+
"files": [
182+
"draw-dock.dll"
183+
]
149184
}
150185
]
151186
}

0 commit comments

Comments
 (0)