Hide omarchy themes menu from elephant provider list

Closes #4820
This commit is contained in:
David Heinemeier Hansson
2026-02-28 21:05:15 +01:00
parent a8f3251e9b
commit 8805586247
+1 -1
View File
@@ -3,6 +3,7 @@
--
Name = "omarchythemes"
NamePretty = "Omarchy Themes"
HideFromProviderlist = true
-- Check if file exists using Lua (no subprocess)
local function file_exists(path)
@@ -93,4 +94,3 @@ function GetEntries()
return entries
end