Skip to content

Commit

Permalink
Replace library-icon.svg with kiwix logo
Browse files Browse the repository at this point in the history
The designs use kiwix logo as library icon
  • Loading branch information
juuz0 committed Jun 26, 2023
1 parent c6a950e commit 678fca9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tabbar.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ void TabBar::setContentManagerView(ContentManagerView* view)
qInfo() << "add widget";
mp_stackedWidget->addWidget(view);
mp_stackedWidget->show();
int idx = addTab(QIcon(":/icons/library-icon.svg"), "");
int idx = addTab(QIcon(":/icons/kiwix-app-icons-square.svg"), "");
setTabButton(idx, RightSide, nullptr);
}

Expand Down

0 comments on commit 678fca9

Please sign in to comment.