Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
JordanSantiagoYT committed Jan 24, 2025
1 parent b45994c commit 3276a02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/PlayState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -4368,7 +4368,7 @@ class PlayState extends MusicBeatState
PlatformUtil.sendWindowsNotification(value1, value2);

#if linux
addTextToDebug('Windows Notifications on Linux are not currently supported on Linux!', FlxColor.RED);
addTextToDebug('Windows Notifications are not currently supported on Linux!', FlxColor.RED);
return;
#else
trace('Windows Notifications are not currently supported on this platform!');
Expand Down

1 comment on commit 3276a02

@SyncGit12
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Windows Notifications on Linux are not currently supported on Linux!

Please sign in to comment.