Commit 5c38839e authored by LianaHus's avatar LianaHus

removed invert from exposed methods

parent 1cf75cf8
......@@ -24,7 +24,7 @@ const themes = [
const profile = {
name: 'theme',
events: ['themeChanged'],
methods: ['switchTheme', 'getThemes', 'currentTheme', 'fixInvert'],
methods: ['switchTheme', 'getThemes', 'currentTheme'],
version: packageJson.version,
kind: 'theme'
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment