Skip to content

Commit beecfb0

Browse files
committed
Fix incorrect filename
1 parent b29368a commit beecfb0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Aeon-ArchivesSpace-Addon/Aeon-ArchivesSpace.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ function Init()
122122
local layoutName = "layout.xml";
123123
if (WebView2Enabled()) then
124124
catalogSearchForm.Browser = catalogSearchForm.Form:CreateBrowser("WebView2Catalog", "Catalog Browser", "Catalog Search", "WebView2");
125-
layoutName = "layoutWebview.xml";
125+
layoutName = "layoutWebView2.xml";
126126
else
127127
catalogSearchForm.Browser = catalogSearchForm.Form:CreateBrowser("Catalog", "Catalog Browser", "Catalog Search", "Chromium");
128128
end

0 commit comments

Comments
 (0)