Skip to content

Commit

Permalink
Allow blank label on LaunchApp
Browse files Browse the repository at this point in the history
Co-authored-by: Igor Lema <[email protected]>
  • Loading branch information
Fishbowler and igorsmotto authored Sep 6, 2023
1 parent 112ed14 commit c5bfcef
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ data class LaunchAppCommand(
) : Command {

override fun description(): String {
if (label != null && label != ""){
if (label != null){
return label
}

Expand Down

0 comments on commit c5bfcef

Please sign in to comment.