mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-02-12 07:18:41 -06:00
ui: Show task progress in task bar
This commit is contained in:
@@ -409,6 +409,10 @@ namespace hex {
|
||||
}
|
||||
|
||||
|
||||
void setTaskBarProgress(TaskProgressState state, TaskProgressType type, u32 progress) {
|
||||
EventManager::post<EventSetTaskBarIconState>(u32(state), u32(type), progress);
|
||||
}
|
||||
|
||||
const ProgramArguments &getProgramArguments() {
|
||||
return impl::s_programArguments;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user