inotify/Inotify.Vue/src/settings.js
2021-03-24 23:09:35 +08:00

18 lines
272 B
JavaScript

module.exports = {
title: 'Inotify',
/**
* @type {boolean} true | false
* @description Whether fix the header
*/
fixedHeader: false,
/**
* @type {boolean} true | false
* @description Whether show the logo in sidebar
*/
sidebarLogo: false
}