Load themes from settings and rework Settings
trait
This commit is contained in:
parent
98e2490807
commit
e67048ee7b
19 changed files with 114 additions and 86 deletions
|
@ -98,7 +98,7 @@ impl TerminalSettings {
|
|||
// }
|
||||
}
|
||||
|
||||
impl settings2::Setting for TerminalSettings {
|
||||
impl settings2::Settings for TerminalSettings {
|
||||
const KEY: Option<&'static str> = Some("terminal");
|
||||
|
||||
type FileContent = TerminalSettingsContent;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue