mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 21:25:56 +08:00
Use the local SettingView in SidebarAdvanced
This commit is contained in:
parent
fa7e186b2f
commit
27f31a19b5
@ -5,9 +5,9 @@ import QtQuick 2.0
|
||||
|
||||
import QtQuick.Controls 1.2
|
||||
|
||||
import UM 1.0 as UM
|
||||
import "Settings"
|
||||
|
||||
UM.SettingView {
|
||||
expandedCategories: Printer.expandedCategories;
|
||||
onExpandedCategoriesChanged: Printer.setExpandedCategories(expandedCategories);
|
||||
SettingView {
|
||||
// expandedCategories: Printer.expandedCategories;
|
||||
// onExpandedCategoriesChanged: Printer.setExpandedCategories(expandedCategories);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user