From 0631da05fc1d605ddd11fb30a37bf43daa7a1695 Mon Sep 17 00:00:00 2001 From: Vaxry Date: Mon, 11 Mar 2024 21:04:49 +0000 Subject: [PATCH] tests: don't enforce theme --- tests/test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test.cpp b/tests/test.cpp index dd94738..9fd711a 100644 --- a/tests/test.cpp +++ b/tests/test.cpp @@ -2,7 +2,7 @@ #include int main(int argc, char** argv) { - Hyprcursor::CHyprcursorManager mgr("BIBATAWAIT"); + Hyprcursor::CHyprcursorManager mgr(nullptr); // preload size 48 for testing if (!mgr.loadThemeStyle(Hyprcursor::SCursorStyleInfo{.size = 48})) {