Visual updates

This commit is contained in:
2026-04-04 14:29:18 +02:00
parent 884e8e903e
commit 911f169b5e
13 changed files with 19 additions and 160 deletions

View File

@@ -47,8 +47,9 @@ int main(int argc, char *argv[])
QApplication app(argc, argv);
BCMainWindow mainWindow;
//mainWindow.resize(800, 480);
if (QSysInfo::machineHostName() == "BionxControl")
if (QSysInfo::machineHostName() == BCTags::Host )
{
mainWindow.setWindowFlags(Qt::Window | Qt::FramelessWindowHint | Qt::WindowStaysOnTopHint);
mainWindow.showFullScreen();