mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-08 03:35:35 +08:00
Create "shutdown" message to find how far we get if swift hangs during shutdown
This commit is contained in:
committed by
Mat Sutcliffe
parent
6eb767f938
commit
0ee522426a
@@ -1325,8 +1325,10 @@ namespace BlackGui
|
||||
{
|
||||
if (m_shutdownInProgress) { return; }
|
||||
CApplication::gracefulShutdown();
|
||||
CLogMessage(this).info(u"Graceful shutdown of GUI application started");
|
||||
if (m_saveMainWidgetState)
|
||||
{
|
||||
CLogMessage(this).info(u"Graceful shutdown, saving geometry");
|
||||
this->saveWindowGeometryAndState();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user