micro versions

This commit is contained in:
Henry Schimke
2023-03-28 11:16:05 -05:00
parent 0636a63291
commit 607bb28101
3 changed files with 167 additions and 85 deletions

View File

@@ -67,6 +67,6 @@ impl Version {
}
pub fn isMicroQRCode(&self) -> bool {
todo!()
self.is_micro
}
}