Removed final stuff from theme.rs

This commit is contained in:
Mikayla Maki 2022-06-22 11:23:29 -07:00
parent 31bc758f35
commit f58a15bbb1

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)]