Removed final stuff from theme.rs

This commit is contained in:
Mikayla Maki
2022-06-28 15:45:27 -07:00
parent 31bc758f35
commit f58a15bbb1
-1
View File
@@ -33,7 +33,6 @@ pub struct Theme {
pub contact_notification: ContactNotification,
pub update_notification: UpdateNotification,
pub tooltip: TooltipStyle,
// pub terminal: Terminal,
}
#[derive(Deserialize, Default)]