Skip to content
This repository was archived by the owner on Jun 12, 2025. It is now read-only.

Commit ea3e18f

Browse files
author
Nick te Lindert
committed
Remove no display
1 parent 8fb4c70 commit ea3e18f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

generate-app-wrappers

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,9 +104,8 @@ GenerateApps()
104104
fi
105105
fi
106106
Field_Separator=$IFS
107-
noDisplay=`grep -m1 -s "^NoDisplay=true" "$f"`
108107
isTerminal=`grep -m1 -s "^Terminal=true" "$f"`
109-
if [ -z $noDisplay ] && [ -z $isTerminal ]; then
108+
if [ -z $isTerminal ]; then
110109
INDEX=0
111110
IFS=,
112111
for prop in $properties; do

0 commit comments

Comments
 (0)