Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions Project/Sources/Classes/_widget.4dm
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,9 @@ Class constructor($component : Object; $manifest : Object)
This:C1470[$key]:=This:C1470.handler.call(Null:C1517; ":C991($1)").call(Null:C1517; Delete string:C232($manifest[$key]; 1; 7))

// ______________________________________________________
: ($key="media") // OG - Keep back icon from "media" key if any
: ($key="media") // OG 2026-0529
// Keep back icon from "media" key if any
This:C1470.icon:=This:C1470.getIcon($component.file("Resources/"+String:C10($manifest[$key])); 48)

This:C1470.icon:=This:C1470.getIcon($component.file("Resources/"+String:C10($manifest[$key])); 48)

Expand Down Expand Up @@ -141,8 +143,8 @@ Class constructor($component : Object; $manifest : Object)
End for each

var $path : Text
If (This:C1470.icon=Null:C1517) // OG - If icon still not initialized, get the new standard

If (This:C1470.icon=Null:C1517) // OG 2026-0529
// If icon still not initialized, get the new standard
For each ($path; [\
"logo.svg"; \
"logo.png"; \
Expand All @@ -166,7 +168,6 @@ Class constructor($component : Object; $manifest : Object)
End for each

This:C1470.icon:=This:C1470.getIcon($file; 48)

End if

// === === === === === === === === === === === === === === === === === === === === === === === ===
Expand Down
3 changes: 3 additions & 0 deletions Project/Sources/Methods/4DPop_launch.4dm
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
//%attributes = {"shared":true}

DISPLAY 4DPOP STRIP()
Loading