From 20b136d4781dc37cb2fc066fef81e1b4f1b5accf Mon Sep 17 00:00:00 2001 From: evpeople Date: Wed, 28 Feb 2024 20:00:39 +0800 Subject: [PATCH] feat: Configuring the display results of notify using theme.toml --- yazi-fm/src/notify/layout.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yazi-fm/src/notify/layout.rs b/yazi-fm/src/notify/layout.rs index 6ef57de1..a0bae27b 100644 --- a/yazi-fm/src/notify/layout.rs +++ b/yazi-fm/src/notify/layout.rs @@ -1,6 +1,6 @@ use std::rc::Rc; -use ratatui::{buffer::Buffer, layout::{self, Constraint, Offset, Rect}, widgets::{Block, BorderType, Paragraph, Widget, Wrap}}; +use ratatui::{buffer::Buffer, layout::{self, Constraint, Offset, Rect}, widgets::{Block, BorderType, Paragraph, Widget, Wrap}}; use yazi_config::THEME; use yazi_core::notify::{Level, Message};