diff --git a/toonz/sources/toonz/mainwindow.cpp b/toonz/sources/toonz/mainwindow.cpp index b4f29762..91224d4f 100644 --- a/toonz/sources/toonz/mainwindow.cpp +++ b/toonz/sources/toonz/mainwindow.cpp @@ -1679,6 +1679,12 @@ QAction *MainWindow::createToggle(const char *id, const char *name, iconSVGName); // Remove if the icon is not set. Checkbox will be drawn by style sheet. if (!iconSVGName || !*iconSVGName) action->setIcon(QIcon()); +#if defined(_WIN32) + else { + bool visible = Preferences::instance()->getBoolValue(showIconsInMenu); + action->setIconVisibleInMenu(visible); + } +#endif action->setCheckable(true); if (startStatus == true) action->trigger(); bool ret =