mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-08 07:27:29 -06:00
Use the regular menu for extensions
It seems that the extra logic doesn't play well with a menu bar. Since we don't need to make this menu invisible ever, there is no need for the extra logic to hide it. As such we can just use the regular menu CURA-8683
This commit is contained in:
parent
0bd0f09437
commit
70209aa728
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ import QtQuick.Controls 2.4
|
|||
import UM 1.5 as UM
|
||||
import Cura 1.0 as Cura
|
||||
|
||||
UM.Menu
|
||||
Menu
|
||||
{
|
||||
id: extensionMenu
|
||||
title: catalog.i18nc("@title:menu menubar:toplevel", "E&xtensions")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue