Fixed mouse cursor always visible, even on game clock where it is preferred to be invisible while idle

This commit is contained in:
2021-09-30 08:46:44 -05:00
parent 870a3e4e8b
commit 7bfc404413
5 changed files with 9 additions and 7 deletions

View File

@@ -29,10 +29,6 @@ module TAC
@notification_manager.update
end
def needs_cursor?
true
end
def toast(title, message = nil)
@notification_manager.create_notification(
priority: GosuNotifications::Notification::PRIORITY_HIGH,