diff options
-rw-r--r-- | src/modules/database/profilemanager.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/modules/database/profilemanager.cpp b/src/modules/database/profilemanager.cpp index 8cd17a683d..742f181d7a 100644 --- a/src/modules/database/profilemanager.cpp +++ b/src/modules/database/profilemanager.cpp @@ -592,8 +592,6 @@ public: if (m_pd->noProfiles || shouldAutoCreate(m_pd->ptszProfile)) m_tab.ActivatePage(1); - m_btnOk.Enable(false); - // service mode combobox if (servicePlugins.getCount() == 0) { ShowWindow(m_warning.GetHwnd(), FALSE); |