git ssb

16+

Dominic / patchbay



Commit 1097e6f0ec2f09e3d97c69b8f02191250257890a

add themes to menu

Dominic Tarr committed on 8/14/2016, 2:22:46 AM
Parent: 55bcc3082d358b89d7c236bd1899e86e19464fbb

Files changed

modules/theme.jschanged
modules/theme.jsView
@@ -113,7 +113,11 @@
113113 useTheme(localStorage.themeId || '')
114114 }
115115 }
116116
117+exports.menu_items = function () {
118+ return h('a', {href:'#/theme'}, '/theme')
119+}
120+
117121 exports.screen_view = function (path) {
118122 if(path === '/theme') return theme_view()
119123 }

Built with git-ssb-web