Skip to content

Commit

Permalink
Removed popup notice
Browse files Browse the repository at this point in the history
  • Loading branch information
kbuffington committed Jan 7, 2021
1 parent c45664b commit 8a5f27c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions js/CaTRoX_QWR/Panel_Library.js
Original file line number Diff line number Diff line change
Expand Up @@ -1482,9 +1482,9 @@ function LibraryTree() {
}
im.ReleaseGraphics(g);
this.line_l = 0; this.sel_items = []; this.subCounts = {"standard": {}, "filter": {}, "search": {}}; this.tree = [];
if (!window.GetProperty("SYSTEM.Playlist Checked", false))
fb.ShowPopupMessage("Default playlist: Library View.\n\nChange in panel properties if required.", "Library Tree");
window.SetProperty("SYSTEM.Playlist Checked", true);
// if (!window.GetProperty("SYSTEM.Playlist Checked", false))
// fb.ShowPopupMessage("Default playlist: Library View.\n\nChange in panel properties if required.", "Library Tree");
// window.SetProperty("SYSTEM.Playlist Checked", true);
var arr_contains = function(arr, item) {for (var i = 0; i < arr.length; i++) if (arr[i] == item) return true; return false;}
var arr_index = function(arr, item) {var n = -1; for (var i = 0; i < arr.length; i++) if (arr[i] == item) {n = i; break;} return n;}
var check_node = function(gr) {if (sbar.draw_timer || !ui.node_win) return; try {symb.SetPartAndStateID(2, 1); symb.SetPartAndStateID(2, 2); symb.DrawThemeBackground(gr, -ui.node_sz, -ui.node_sz, ui.node_sz, ui.node_sz);} catch (e) {ui.node_win = 0;}}
Expand Down

0 comments on commit 8a5f27c

Please sign in to comment.