Add PreferencesPanel (incomplete)
This commit is contained in:
@@ -21,8 +21,8 @@
|
||||
|
||||
#include "AccountPanel.hpp"
|
||||
#include "SearchPanel.hpp"
|
||||
/*#include "PreferencesPanel.hpp"
|
||||
#include "UsersDialog.hpp"
|
||||
#include "PreferencesPanel.hpp"
|
||||
/*#include "UsersDialog.hpp"
|
||||
#include "StatsPanel.hpp"
|
||||
#include "ImportPanel.hpp"
|
||||
#include "ExportPanel.hpp"
|
||||
@@ -166,7 +166,7 @@ void wxUI::InitPanels()
|
||||
ADD_PANEL(AccountPanel);
|
||||
// ADD_PANEL(StatsPanel, 1);
|
||||
ADD_PANEL(SearchPanel);
|
||||
// ADD_PANEL(PreferencesPanel, 3);
|
||||
ADD_PANEL(PreferencesPanel);
|
||||
// ADD_PANEL(ImportPanel, 4);
|
||||
// ADD_PANEL(ExportPanel, 5);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user