-
Notifications
You must be signed in to change notification settings - Fork 6
Cross Platform Theme Icone #7
Copy link
Copy link
Labels
bugSomething isn't workingSomething isn't working
Description
Description
Currently, when running the software on WSL, we get an error because of the QIcon::ThemeIcon::DocumentNew. I believe it is due to the fact that those icons are probably macOS icons. We may need to find a way to have cross-platform compatibilities for those Icons.
Task
Update the follow function to have cross-platform capabilities:
Line 33 in 54d6228
| QAction *newAction = new QAction(QIcon::fromTheme(QIcon::ThemeIcon::DocumentNew), tr("&New File..."), this); |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
Type
Projects
Status
Done