Skip to content

Commit 3a1087f

Browse files
Bump rumdl-pre-commit from v0.0.155 to v0.0.170 (#34)
Co-authored-by: Russell Keith-Magee <russell@keith-magee.com>
1 parent ed35c9e commit 3a1087f

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ repos:
1010
exclude: "locales"
1111
- id: trailing-whitespace
1212
- repo: https://github.com/rvben/rumdl-pre-commit
13-
rev: v0.0.155
13+
rev: v0.0.170
1414
hooks:
1515
- id: rumdl
1616
args: [--force-exclude, --fix]

docs/en/tutorial/topics/custom-icons.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,15 @@
33
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.
44

55
/// note | Note
6+
67
In BeeWare, the term *icon* can refer to two different things:
78

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

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

1213
This tutorial describes how to set the *application icon*. It will not discuss how to package and use runtime icons.
14+
1315
///
1416

1517
## Adding an icon

0 commit comments

Comments
 (0)