mirror of
https://github.com/aelurum/AssetStudio.git
synced 2025-05-25 05:40:21 -04:00
[GUI] Workaround for progress bar in Dark mode
This commit is contained in:
parent
58917ab7dc
commit
02f64f3c97
@ -269,6 +269,8 @@ namespace AssetStudioGUI
|
||||
var (productName, treeNodeCollection) = await Task.Run(BuildAssetData);
|
||||
var typeMap = await Task.Run(BuildClassStructure);
|
||||
productName = string.IsNullOrEmpty(productName) ? "no productName" : productName;
|
||||
if (isDarkMode)
|
||||
Progress.Reset();
|
||||
|
||||
Text = $"{guiTitle} - {productName} - {assetsManager.assetsFileList[0].version} - {assetsManager.assetsFileList[0].targetPlatformString}";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user