mirror of
https://github.com/Mahdi-zarei/nekoray.git
synced 2026-01-08 06:19:13 +08:00
fix: Fix subscribe groups not showing profiles
This commit is contained in:
parent
35ae46cbbf
commit
3680eef45f
@ -926,7 +926,7 @@ void MainWindow::refresh_proxy_list_impl(const int &id, GroupSortAction groupSor
|
||||
ui->proxyListTable->setRowCount(0);
|
||||
// 添加行
|
||||
int row = -1;
|
||||
for (const auto ent: NekoGui::profileManager->GetGroup(NekoGui::dataStore->current_group)->ProfilesWithOrder()) {
|
||||
for (const auto ent: NekoGui::profileManager->GetGroup(NekoGui::dataStore->current_group)->Profiles()) {
|
||||
row++;
|
||||
ui->proxyListTable->insertRow(row);
|
||||
ui->proxyListTable->row2Id += ent->id;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user