mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-10 05:59:45 -05:00
Implement the logging tab by reading the log file straight from disk.
This commit is contained in:
@@ -24,7 +24,7 @@ CMainDlg::CMainDlg()
|
||||
{
|
||||
this->AddPage(m_pageConfig);
|
||||
this->AddPage(m_pageAdvanced);
|
||||
//this->AddPage(m_pageLog);
|
||||
this->AddPage(m_pageLog);
|
||||
this->AddPage(m_pageAbout);
|
||||
|
||||
ATLVERIFY(m_strTitle.LoadString(IDR_MAINFRAME));
|
||||
|
||||
Reference in New Issue
Block a user