Skip to content
Merged
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
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repos:
exclude: "locales"
- id: trailing-whitespace
- repo: https://github.com/rvben/rumdl-pre-commit
rev: v0.0.155
rev: v0.0.170
hooks:
- id: rumdl
args: [--force-exclude, --fix]
2 changes: 2 additions & 0 deletions docs/en/tutorial/topics/custom-icons.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,15 @@
The app we developed in the main tutorial uses a default "gray bee" icon when it is packaged. Let's personalize this application by configuring it to use our own icon.

/// note | Note

In BeeWare, the term *icon* can refer to two different things:

- **Application icon** — The image that represents your app on the desktop, dock, or home screen.

- **Runtime icons** — Images used inside your app’s interface (for example, in buttons or tables).

This tutorial describes how to set the *application icon*. It will not discuss how to package and use runtime icons.

///

## Adding an icon
Expand Down