From 3cfb189e9078e98a1960eaad601b85e9a20ca47b Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Wed, 22 Jan 2025 12:45:06 +1100 Subject: don't force adwaita icon theme --- app.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/app.tsx b/app.tsx index 9eee9d5..60c6b86 100644 --- a/app.tsx +++ b/app.tsx @@ -22,7 +22,6 @@ const loadStyleAsync = async () => { App.start({ instanceName: "caelestia", icons: "assets/icons", - iconTheme: "Adwaita", main() { const now = Date.now(); loadStyleAsync().catch(console.error); -- cgit v1.2.3-freya