Fix mis-set variables
This commit is contained in:
parent
9bf0a02eae
commit
790ef19a48
3 changed files with 4 additions and 4 deletions
|
@ -206,7 +206,7 @@ pub mod simple_message_notification {
|
|||
|
||||
fn render(&mut self, cx: &mut gpui::RenderContext<'_, Self>) -> gpui::ElementBox {
|
||||
let theme = cx.global::<Settings>().theme.clone();
|
||||
let theme = &theme.update_notification;
|
||||
let theme = &theme.simple_message_notification;
|
||||
|
||||
enum MessageNotificationTag {}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue