website: big update

This commit is contained in:
k
2024-11-11 15:20:31 +01:00
parent 12fe4c6ba5
commit 32fd4fa8ed
51 changed files with 2130 additions and 5020 deletions
+4
View File
@@ -171,4 +171,8 @@ impl Config {
pub fn first_defragment(&self) -> bool {
self.first_defragment.is_some_and(|b| b)
}
pub fn disable_defragment(&mut self) {
self.first_defragment.take();
}
}