| 56 | |
| 57 | #[derive(Default, Serialize, Deserialize, Clone, Debug)] |
| 58 | struct GourceSettings { |
| 59 | show_file_extension_key: bool, |
| 60 | show_usernames: bool, |
| 61 | show_dirnames: bool, |
| 62 | dir_font_size: u32, |
| 63 | file_font_size: u32, |
| 64 | user_font_size: u32, |
| 65 | } |
| 66 | |
| 67 | #[derive(Error, Debug)] |
| 68 | enum GourceError { |
nothing calls this directly
no outgoing calls
no test coverage detected