Add PreferencesPanel (incomplete)
This commit is contained in:
@@ -190,8 +190,8 @@ void KissCount::UpdateAccount(Account& ac)
|
||||
_db->UpdateAccount(ac);
|
||||
_user->UpdateAccount(ac);
|
||||
|
||||
if (ac._default)
|
||||
std::sort(_user->_accounts.begin(), _user->_accounts.end(), Account());
|
||||
// if (ac._default)
|
||||
// std::sort(_user->_accounts.begin(), _user->_accounts.end(), Account());
|
||||
}
|
||||
|
||||
void KissCount::DeleteAccount(Account& ac, int replacement)
|
||||
|
Reference in New Issue
Block a user