improv(startup_apps): match designs

Adds an empty list item with text when there aren't any startup apps and replaces the heading with a modified description (removing the description).
This commit is contained in:
Vukašin Vojinović 2025-08-28 12:05:03 +02:00 committed by Michael Murphy
parent d2a041f2ca
commit 842e6f4bac
3 changed files with 38 additions and 38 deletions

View file

@ -1,5 +1,5 @@
pub use cosmic_bg_config::{Color, Config, Entry, Gradient, ScalingMode, Source};
use eyre::{OptionExt, eyre};
use eyre::eyre;
use fast_image_resize::SrcCropping;
use futures_lite::Stream;
use futures_util::StreamExt;