Small TabConfig clean ups

* Rename `config::Tab` to `TabConfig`
* Use the loaded tab config instead of the default (oops)
This commit is contained in:
Josh Megnauth 2024-02-11 01:16:51 -05:00 committed by Jeremy Soller
parent bc5b46d552
commit e697e96afe
4 changed files with 16 additions and 12 deletions

View file

@ -25,7 +25,7 @@ use std::{
};
use crate::{
config::Tab as TabConfig,
config::TabConfig,
fl, home_dir,
tab::{self, Location, Tab},
};