mirror of
https://github.com/YACReader/yacreader
synced 2025-11-17 07:22:47 -05:00
Don't set the window icon, let windows use the app icon.
This commit is contained in:
@ -127,8 +127,6 @@ void MainWindowViewer::loadConfiguration()
|
|||||||
|
|
||||||
void MainWindowViewer::setupUI()
|
void MainWindowViewer::setupUI()
|
||||||
{
|
{
|
||||||
setWindowIcon(QIcon(":/images/icon.png"));
|
|
||||||
|
|
||||||
//setUnifiedTitleAndToolBarOnMac(true);
|
//setUnifiedTitleAndToolBarOnMac(true);
|
||||||
|
|
||||||
viewer = new Viewer(this);
|
viewer = new Viewer(this);
|
||||||
|
|||||||
@ -114,8 +114,6 @@ LibraryWindow::LibraryWindow()
|
|||||||
|
|
||||||
void LibraryWindow::setupUI()
|
void LibraryWindow::setupUI()
|
||||||
{
|
{
|
||||||
setWindowIcon(QIcon(":/images/iconLibrary.png"));
|
|
||||||
|
|
||||||
setUnifiedTitleAndToolBarOnMac(true);
|
setUnifiedTitleAndToolBarOnMac(true);
|
||||||
|
|
||||||
libraryCreator = new LibraryCreator();
|
libraryCreator = new LibraryCreator();
|
||||||
|
|||||||
Reference in New Issue
Block a user