Dentomologist e37a195192 MainWindow: Fix use-after-free during shutdown
Remove ConfigChangedCallback in MainWindow's destructor to prevent the
callback from accessing the destroyed MainWindow afterward.

After MainWindow is destroyed UICommon::Shutdown calls
LogManager::Shutdown which ultimately triggers any remaining callbacks.
This resulted in calling MainWindow::OnHardcoreChanged, which crashed in
debug builds and didn't have any obvious effect in release builds.
2025-04-25 15:29:29 -07:00
..
2025-02-24 00:08:42 +02:00
2024-10-23 23:43:24 -07:00
2024-07-06 07:36:31 -04:00
2025-01-20 11:57:21 +01:00
2025-04-13 13:36:15 -04:00