From 82d7f9981488f9f7c72266effdbea1d2b29ade23 Mon Sep 17 00:00:00 2001 From: Jordan Eldredge Date: Mon, 25 Mar 2019 18:59:19 -0700 Subject: [PATCH] Use the correct name for the Library window in the context menu --- js/reducers/windows.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/reducers/windows.ts b/js/reducers/windows.ts index 9c8ae466..6c6c96cd 100644 --- a/js/reducers/windows.ts +++ b/js/reducers/windows.ts @@ -109,7 +109,7 @@ const windows = ( genWindows: { ...state.genWindows, [WINDOWS.MEDIA_LIBRARY]: { - title: "Winamp Library", + title: "Library", size: [0, 0], open: true, hidden: false,