Cura/resources/qml/Preferences
HellAholic 0e5f282238 Replace for loop with map() and remove redundant else
- map().join is a better fit that replaces the for loop and a if/else since there is no complex logic involved.
- there is a return inside the if statement for requires.length ===0, so no need for else statement as the code execution stops with return
2025-03-15 22:07:57 +01:00
..
Materials Merge pull request #16120 from Ultimaker/CURA-10687_Restore_Color_Picker 2023-07-13 13:20:27 +02:00
GeneralPage.qml Update description Add (restart required) 2024-12-07 16:10:42 +01:00
MachinesPage.qml creating pyqtslot for desired functionality 2024-02-07 15:20:52 +01:00
ProfilesPage.qml Fix injection warning for hamburger menu 2022-05-10 13:30:24 +02:00
ReadOnlyTextArea.qml Update ReadOnlyTextArea import 2022-03-15 14:50:02 +01:00
SettingVisibilityCategory.qml Move CategoryButton to cura repo 2022-03-11 13:11:36 +01:00
SettingVisibilityItem.qml Replace for loop with map() and remove redundant else 2025-03-15 22:07:57 +01:00
SettingVisibilityPage.qml fix indent 2025-03-13 22:35:05 +01:00