Skip to content

Commit

Permalink
ci/kuiper: disable opengl for arm
Browse files Browse the repository at this point in the history
Signed-off-by: Bindea Cristian <[email protected]>
  • Loading branch information
bindea-cristian committed Apr 25, 2024
1 parent 6da20b1 commit 243619a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions core/src/scopymainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,11 @@ void ScopyMainWindow::initPreferences()
p->init("general_save_session", true);
p->init("general_save_attached", true);
p->init("general_doubleclick_attach", true);
#if defined(__arm__)
p->init("general_use_opengl", false);
#else
p->init("general_use_opengl", true);
#endif
p->init("general_use_animations", true);
p->init("general_theme", "default");
p->init("general_language", "en");
Expand Down

0 comments on commit 243619a

Please sign in to comment.