tests: don't enforce theme

This commit is contained in:
Vaxry 2024-03-11 21:04:49 +00:00
parent 0eef4db598
commit 0631da05fc
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
#include <hyprcursor/hyprcursor.hpp>
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})) {