Skip to content

Commit

Permalink
Merge pull request #56 from IamMuuo/dev
Browse files Browse the repository at this point in the history
fix: transcript and audit tools not unlocking independently
  • Loading branch information
IamMuuo authored Feb 5, 2024
2 parents ca0fd74 + ffa3cdc commit 08f8752
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/constants/tools.dart
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ final List<Map<String, dynamic>> allTools = [
"image": "assets/images/view.png",
"ontap": () async {
var controller = Get.find<SettingsController>();
if (controller.showTranscript.value) {
if (controller.showAudit.value) {
Get.snackbar("Tool locked",
"Student Audit functionality is locked in the settings page, please unlock it to view your student audit",
icon: const Icon(Icons.lock));
Expand Down

0 comments on commit 08f8752

Please sign in to comment.