feat(GODT-2748): log calls that cause main window to show, with reason.
(cherry picked from commit a91d9762db)
# Conflicts:
# internal/frontend/bridge-gui/bridge-gui/QMLBackend.h
This commit is contained in:
@ -33,7 +33,7 @@ using namespace bridgepp;
|
||||
/// \brief handle notification of attempt to re-open the application.
|
||||
//****************************************************************************************************************************************************
|
||||
void applicationShouldHandleReopen(id, SEL) {
|
||||
app().backend().showMainWindow();
|
||||
app().backend().showMainWindow("macOS applicationShouldHandleReopen notification");
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user