mirror of
https://github.com/YACReader/yacreader
synced 2025-07-14 02:54:46 -04:00
Don't set the window icon, let windows use the app icon.
This commit is contained in:
@ -114,8 +114,6 @@ LibraryWindow::LibraryWindow()
|
||||
|
||||
void LibraryWindow::setupUI()
|
||||
{
|
||||
setWindowIcon(QIcon(":/images/iconLibrary.png"));
|
||||
|
||||
setUnifiedTitleAndToolBarOnMac(true);
|
||||
|
||||
libraryCreator = new LibraryCreator();
|
||||
|
Reference in New Issue
Block a user