mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-11 14:30:20 -05:00
Put up hourglasses while making people wait.
This commit is contained in:
@@ -21,6 +21,8 @@
|
||||
|
||||
LRESULT CConfigPage::OnInitDialog(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, BOOL& /*bHandled*/)
|
||||
{
|
||||
CWaitCursor wait;
|
||||
|
||||
IniFile ini(GetApplication()->GetConfigPath());
|
||||
|
||||
m_server_name = ini.GetString(_T("general"), _T("servername"), _T("Firefly media server"));
|
||||
@@ -52,6 +54,8 @@ void CConfigPage::EnableControls()
|
||||
|
||||
int CConfigPage::OnApply()
|
||||
{
|
||||
CWaitCursor wait;
|
||||
|
||||
ATLTRACE("CConfigPage::OnApply\n");
|
||||
if (!DoDataExchange(true))
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user