Better way to attain config & theme directories #14

Merged
mars merged 7 commits from emma/breed:main into main 2023-04-20 03:46:49 +00:00
1 changed files with 0 additions and 1 deletions
Showing only changes of commit 487b8e4580 - Show all commits

View File

@ -86,7 +86,6 @@ pub struct ThemeWatcher {
impl ThemeWatcher {
pub fn spawn(styles: Arc<Mutex<StyleStore>>) -> Sender<PathBuf> {
let themes_dir = get_data_dir().join("themes");
println!("{:?}", themes_dir);
let default_path = themes_dir.join("default.toml");
let (fs_tx, fs_rx) = unbounded();
let (command_tx, command_rx) = unbounded();