Skip to content

Commit

Permalink
help on home page for search native desktop
Browse files Browse the repository at this point in the history
  • Loading branch information
andponlin committed Oct 30, 2024
1 parent bd29aef commit 7090369
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ angular.module('haikudepotserver').controller(
max : PAGESIZE_USERRATING,
total : undefined
};

$scope.showIsNativeDesktopHelp = false;

var hasPkgIcons = undefined;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,12 @@
controls if packages are shown which are likely to only be of interest to developers.
This includes source codes, debug information etc...
</p>
<p>
The check-box and icon <img src="/__img/native.svg" img-downgrade="">
controls if only package which supply desktop application(s) with a
human-facing GUI that aligns to the Haiku "look and feel" and uses native Haiku
APIs to achieve this.
</p>

</modal-container>

Expand Down

0 comments on commit 7090369

Please sign in to comment.