mirror of
https://github.com/fwbuilder/fwbuilder
synced 2026-06-25 02:19:37 +02:00
Override default graphics system to native to get usable performance over remote X
This commit is contained in:
@@ -170,6 +170,7 @@ int main( int argc, char *argv[] )
|
||||
|
||||
Q_INIT_RESOURCE(MainRes);
|
||||
|
||||
QApplication::setGraphicsSystem("native");
|
||||
app = new FWBApplication( argc, argv );
|
||||
app->setOrganizationName(QLatin1String("NetCitadel"));
|
||||
app->setApplicationName(QLatin1String("Firewall Builder"));
|
||||
|
||||
Reference in New Issue
Block a user