mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 13:30:06 +00:00
Add Radar Product Manager debug dump
- Allows visibility of currently loaded products
This commit is contained in:
parent
6e10ca88d5
commit
871cae68dd
5 changed files with 73 additions and 3 deletions
|
|
@ -357,6 +357,11 @@ void MainWindow::on_actionImGuiDebug_triggered()
|
|||
p->imGuiDebugDialog_->show();
|
||||
}
|
||||
|
||||
void MainWindow::on_actionDumpRadarProductRecords_triggered()
|
||||
{
|
||||
manager::RadarProductManager::DumpRecords();
|
||||
}
|
||||
|
||||
void MainWindow::on_actionUserManual_triggered()
|
||||
{
|
||||
QDesktopServices::openUrl(QUrl {"https://supercell-wx.readthedocs.io/"});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue