Skip to content

Commit

Permalink
Update BaseOptions.hx
Browse files Browse the repository at this point in the history
  • Loading branch information
DEMOLITIONDON96 authored Mar 26, 2024
1 parent 7411896 commit eef3678
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion source/states/data/BaseOptions.hx
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@ class BaseOptions extends MusicBeatState
public function updateDiscord(?forcedPresence:String)
{
var myPresence:String = curCategory == 'main' ? 'Navigating through Categories' : 'Changing $curCategory';
Application.current.window.title = 'Funkin.avi - Settings: ' + myPresence;

#if DISCORD_RPC
// changes depending on your current category;
Expand Down

0 comments on commit eef3678

Please sign in to comment.