Stats panel in settings

This commit is contained in:
2021-10-05 14:18:58 +02:00
parent 62a3220f7f
commit 0be28ab205
4 changed files with 73 additions and 0 deletions

View File

@ -135,6 +135,9 @@ namespace unison
DefaultState();
}
}
_mpd.QueryStats();
_settingsWin.UpdateStats();
}
private void DefaultState(bool LostConnection = false)