mirror of
https://github.com/amnezia-vpn/amnezia-client.git
synced 2026-06-24 02:00:24 +07:00
main.cpp default font removed
This commit is contained in:
@@ -77,10 +77,6 @@ int main(int argc, char *argv[])
|
|||||||
qWarning() << "Initialization of debug subsystem failed";
|
qWarning() << "Initialization of debug subsystem failed";
|
||||||
}
|
}
|
||||||
|
|
||||||
QFont f("Lato Regular", 10);
|
|
||||||
f.setStyleStrategy(QFont::PreferAntialias);
|
|
||||||
app.setFont(f);
|
|
||||||
|
|
||||||
app.setQuitOnLastWindowClosed(false);
|
app.setQuitOnLastWindowClosed(false);
|
||||||
|
|
||||||
MainWindow mainWindow;
|
MainWindow mainWindow;
|
||||||
|
|||||||
Reference in New Issue
Block a user