1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-08-01 07:28:31 +00:00

4.0.0-rc13.6

* Fixed: Don't hide streams of a blocked game on that game's page.
* API Changed: Expose the settings mixin for Vue components.
This commit is contained in:
SirStendec 2018-10-22 18:56:24 -04:00
parent 87f3f1835b
commit b4b6f1a1cd
6 changed files with 23 additions and 9 deletions

View file

@ -10,6 +10,8 @@ import {has, deep_copy} from 'utilities/object';
import Dialog from 'utilities/dialog';
import Mixin from './setting-mixin';
import {parse_path} from 'src/settings';
function format_term(term) {
@ -30,6 +32,8 @@ export default class MainMenu extends Module {
this.load_requires = ['vue'];
this.Mixin = Mixin;
//this.should_enable = true;
this._settings_tree = null;