Skip to content

Commit 36504fe

Browse files
committed
reset shell commands on default button
1 parent c3030d1 commit 36504fe

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/app/tile/update.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -703,7 +703,6 @@ pub fn handle_update(tile: &mut Tile, message: Message) -> Task<Message> {
703703
}
704704
SetConfigFields::ToDefault => {
705705
final_config = Config::default();
706-
final_config.shells = tile.config.shells.clone();
707706
}
708707
};
709708

0 commit comments

Comments
 (0)