mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2026-02-25 12:53:04 +00:00
core: Consolidate core and system state, remove system module & cleanups.
This commit is contained in:
@@ -391,7 +391,7 @@ WaitTreeWidget::WaitTreeWidget(QWidget* parent) : QDockWidget(tr("Wait Tree"), p
|
||||
}
|
||||
|
||||
void WaitTreeWidget::OnDebugModeEntered() {
|
||||
if (!Core::g_app_core)
|
||||
if (!Core::System::GetInstance().IsPoweredOn())
|
||||
return;
|
||||
model->InitItems();
|
||||
view->setModel(model);
|
||||
|
||||
Reference in New Issue
Block a user