From cca69e01ae90d00d624d8aae9cae4aa62a6586da Mon Sep 17 00:00:00 2001 From: ShootingStarDragons Date: Tue, 8 Oct 2024 21:36:06 +0900 Subject: [PATCH] fix: test --- iced_layershell/README.md | 4 ++-- iced_sessionlock/README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/iced_layershell/README.md b/iced_layershell/README.md index 2cd4bdc..7ac85f5 100644 --- a/iced_layershell/README.md +++ b/iced_layershell/README.md @@ -15,11 +15,11 @@ With this crate, you can use iced to build your kde-shell, notification applicat The smallest example is like -```rust +```rust, no_run use iced::widget::{button, column, row, text, text_input}; use iced::{event, Alignment, Color, Element, Event, Length, Task as Command, Theme}; use iced_layershell::reexport::Anchor; -use iced_layershell::settings::{LayerShellSettings, Settings}; +use iced_layershell::settings::{LayerShellSettings, Settings, StartMode}; use iced_layershell::Application; use iced_layershell::to_layer_message; diff --git a/iced_sessionlock/README.md b/iced_sessionlock/README.md index 3fd6c25..3e173f6 100644 --- a/iced_sessionlock/README.md +++ b/iced_sessionlock/README.md @@ -8,7 +8,7 @@ Session lock is the wayland protocol for lock. This protocol is supported in riv The smallest example is like -```rust +```rust, no_run use iced::widget::{button, column, text, text_input, Space}; use iced::{event, Alignment, Element, Event, Length, Task as Command, Theme};