Skip to content

Commit

Permalink
Сначала завершаем проигрывание, потом скрываем окно плеера.
Browse files Browse the repository at this point in the history
This reverts commit ef206c2.
  • Loading branch information
v0lt committed Aug 3, 2024
1 parent e798dfe commit a5789b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/apps/mplayerc/MainFrm.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1033,10 +1033,10 @@ void CMainFrame::OnClose()
SaveControlBars();
}

ShowWindow(SW_HIDE);

CloseMedia();

ShowWindow(SW_HIDE);

s.WinLircClient.DisConnect();
s.UIceClient.DisConnect();

Expand Down

0 comments on commit a5789b0

Please sign in to comment.