mirror of
https://github.com/aelurum/AssetStudio.git
synced 2025-12-15 03:32:59 -05:00
using IProgress
This commit is contained in:
@ -107,7 +107,7 @@ namespace AssetStudioGUI
|
||||
|
||||
logger = new GUILogger(StatusStripUpdate);
|
||||
Logger.Default = logger;
|
||||
Progress.Default = new GUIProgress(SetProgressBarValue);
|
||||
Progress.Default = new Progress<int>(SetProgressBarValue);
|
||||
Studio.StatusStripUpdate = StatusStripUpdate;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user