Skip to content

Commit

Permalink
Merge pull request #6 from bookdude13/ui-revamp
Browse files Browse the repository at this point in the history
Update images, turn off verbose logs
  • Loading branch information
bookdude13 authored Jan 9, 2025
2 parents 7f293b3 + 6cba77f commit 60c1103
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 1 deletion.
Binary file modified MainButton.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added MainButton_old.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified MainList.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added MainList_old.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion SRPlaylistManager/SRPlaylistManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ namespace SRPlaylistManager
public class SRPlaylistManager : MelonMod
{
// If set, adds a ton more logs to debug issues
public static bool VERBOSE_LOGS = true;
public static bool VERBOSE_LOGS = false;

public static SRPlaylistManager Instance { get; private set; }

Expand Down

0 comments on commit 60c1103

Please sign in to comment.