More dark mode fixes for Windows

Also enforce modality for progress dialog if possible
This commit is contained in:
Cacodemon345
2025-05-31 17:42:46 +06:00
parent db8de7317d
commit 06e1d0a5eb
6 changed files with 23 additions and 11 deletions

View File

@@ -54,7 +54,7 @@ public:
[[nodiscard]] VMManagerSystem * getConfigObjectForIndex(const QModelIndex &index) const;
QModelIndex getIndexForConfigFile(const QFileInfo& config_file);
void reload();
void reload(QWidget* parent = nullptr);
void updateDisplayName(const QModelIndex &index, const QString &newDisplayName);
QHash <QString, int> getProcessStats();
signals: