Skip to content

Commit 51781ec

Browse files
committed
setup - remove "Not available for your system" for disabled modules in manage packages
The message was overly verbose and cluttered the menu a bit. The red colour should be enough but choosing the disabled package shows a dialog with information anyway.
1 parent bd55b04 commit 51781ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scriptmodules/admin/setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ function section_gui_setup() {
371371
last_type="$type"
372372
fi
373373
if ! rp_isEnabled "$id"; then
374-
info="\Z1$id\Zn - Not available for your system"
374+
info="\Z1$id\Zn"
375375
else
376376
if rp_isInstalled "$id"; then
377377
rp_loadPackageInfo "$id" "pkg_origin"

0 commit comments

Comments
 (0)