From 8b7d65caa61ca1518a072fb3308a02a1661dd1aa Mon Sep 17 00:00:00 2001 From: Nikhil Tanwar <2002nikhiltanwar@gmail.com> Date: Tue, 27 Jun 2023 04:07:37 +0530 Subject: [PATCH] Replace library-icon.svg with kiwix logo The designs use kiwix logo as library icon --- src/tabbar.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tabbar.cpp b/src/tabbar.cpp index c0e11205f..edc1dd403 100644 --- a/src/tabbar.cpp +++ b/src/tabbar.cpp @@ -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); }