mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-09-08 16:07:25 -06:00
Code-style improvement
CURA-8112 Co-authored-by: Ghostkeeper <Ghostkeeper@users.noreply.github.com>
This commit is contained in:
parent
11d86b98ef
commit
26a17e0603
1 changed files with 2 additions and 1 deletions
|
@ -436,7 +436,8 @@ UM.MainWindow
|
||||||
Cura.TertiaryButton
|
Cura.TertiaryButton
|
||||||
{
|
{
|
||||||
text: model.name
|
text: model.name
|
||||||
iconSource: {
|
iconSource:
|
||||||
|
{
|
||||||
if (model.icon == null || model.icon == "")
|
if (model.icon == null || model.icon == "")
|
||||||
{
|
{
|
||||||
return UM.Theme.getIcon("LinkExternal")
|
return UM.Theme.getIcon("LinkExternal")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue