mirror of
https://github.com/YACReader/yacreader
synced 2025-05-28 03:10:27 -04:00
Don't set the window icon, let windows use the app icon.
This commit is contained in:
parent
31ba1275d3
commit
d5f167b670
@ -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();
|
||||||
|
Loading…
Reference in New Issue
Block a user