Skip to content

Commit

Permalink
remove debug notifications
Browse files Browse the repository at this point in the history
  • Loading branch information
Cvolton committed Aug 18, 2024
1 parent a0fb257 commit ea51bc8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -60,14 +60,14 @@ class BI_DLL $modify(MenuLayer) {
fixLevelLists();
}

Notification::create("important notification")->show();
/*Notification::create("important notification")->show();
BetterInfo::showUnimportantNotification("unimportant 1", NotificationIcon::Success);
BetterInfo::showUnimportantNotification("unimportant 2", NotificationIcon::Success);
BetterInfo::showUnimportantNotification("unimportant 3", NotificationIcon::Success);
BetterInfo::showUnimportantNotification("unimportant 4", NotificationIcon::Success);
BetterInfo::showUnimportantNotification("unimportant 5", NotificationIcon::Success);
BetterInfo::showUnimportantNotification("unimportant 6", NotificationIcon::Success);
Notification::create("important notification 2")->show();
Notification::create("important notification 2")->show();*/

return true;
}
Expand Down

0 comments on commit ea51bc8

Please sign in to comment.