From 8a21ad52d52b20c9bf2be078b6c32a64d592a4a8 Mon Sep 17 00:00:00 2001 From: "Brutus (robot)" Date: Sun, 2 Nov 2025 20:11:56 +0000 Subject: [PATCH 1/2] Bump rumdl-pre-commit from v0.0.155 to v0.0.170 --- .pre-commit-config.yaml | 2 +- docs/en/tutorial/topics/custom-icons.md | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0e920ac4..63a6a6b8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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] diff --git a/docs/en/tutorial/topics/custom-icons.md b/docs/en/tutorial/topics/custom-icons.md index c6817387..24250b48 100644 --- a/docs/en/tutorial/topics/custom-icons.md +++ b/docs/en/tutorial/topics/custom-icons.md @@ -9,8 +9,7 @@ In BeeWare, the term *icon* can refer to two different things: - **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. -/// +This tutorial describes how to set the *application icon*. It will not discuss how to package and use runtime icons. /// ## Adding an icon From eb65d379d5eec1ab73ddaf84a34ca97566fac993 Mon Sep 17 00:00:00 2001 From: Russell Keith-Magee Date: Mon, 3 Nov 2025 08:13:43 +0800 Subject: [PATCH 2/2] Correct markup for tabs. --- docs/en/tutorial/topics/custom-icons.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/en/tutorial/topics/custom-icons.md b/docs/en/tutorial/topics/custom-icons.md index 24250b48..2b76c2ea 100644 --- a/docs/en/tutorial/topics/custom-icons.md +++ b/docs/en/tutorial/topics/custom-icons.md @@ -3,13 +3,16 @@ 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. /// +This tutorial describes how to set the *application icon*. It will not discuss how to package and use runtime icons. + +/// ## Adding an icon