Nitrux / nx-software-center

NX Software Center. A GUI to install and manage AppImages.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AppImage missing Maui style

milohr opened this issue · comments

The appimages generated are not styled with maui-style instead they use the Universal style.

The two solutions in order of best fit would be:

1- To use a local env var QT_QUICK_CONTROLS_STYLE=maui-style making sure maui-style is shipped in the appimage. Maui-style is installed by MauiKit

2- Create a build time flag on MauiKit such as -DUSE_MAUI_STYLE=ON to force the usage of the style