fix linting

This commit is contained in:
iTrooz 2025-11-03 12:32:12 +01:00
parent 9cac6aab6d
commit 42d8ed7c82
No known key found for this signature in database
GPG Key ID: 8B83F77667B1BC6A

View File

@ -150,7 +150,8 @@ void MappingWindow::CreateProfilesLayout()
m_profile_other_actions = new QToolButton();
m_profile_other_actions->setPopupMode(QToolButton::InstantPopup);
m_profile_other_actions->setArrowType(Qt::DownArrow);
m_profile_other_actions->setStyleSheet(QStringLiteral("QToolButton::menu-indicator { image: none; }")); // remove other arrow
m_profile_other_actions->setStyleSheet(
QStringLiteral("QToolButton::menu-indicator { image: none; }")); // remove other arrow
m_profiles_delete = new QAction(tr("Delete"), this);
m_profiles_open_folder = new QAction(tr("Open Folder"), this);
m_profile_other_actions->addAction(m_profiles_delete);