git ssb

0+

ev / microbay



forked from Dominic / patchbay

Commit 1934f63b1eb1fb4cfafe583543b63fbacdf7e1f3

remove notifications tab, but didn\t figure out how to move it to menu

Ev Bogue committed on 9/13/2016, 4:04:35 PM
Parent: b83fecd983be46e10744e25695e53d9ba98b895c

Files changed

modules/tabs.jschanged
modules/tabs.jsView
@@ -63,9 +63,10 @@
6363 // try { saved = JSON.parse(localStorage.openTabs) }
6464 // catch (_) { }
6565
6666 if(!saved || saved.length < 3)
67- saved = ['/public', '/private', '/notifications']
67 + // saved = ['/public', '/private', '/notifications']
68 + saved = ['/public', '/private']
6869
6970 saved.forEach(function (path) {
7071 var el = screen_view(path)
7172 el.id = el.id || path

Built with git-ssb-web