From 19c81bb049ee713f90a299f6ea936cb645d70ee5 Mon Sep 17 00:00:00 2001 From: Lordmau5 Date: Thu, 22 Mar 2018 19:09:28 +0100 Subject: [PATCH] Exclusive settings mode / pop-out (#399) - In exclusive mode, the settings menu isn't minimizable or closable - It automatically opens in said mode when it finds `?ffz-settings` in the URL - When in pop-out chat, the FrankerFaceZ Control Center link will open a new window with exclusive settings mode. --- src/modules/main_menu/components/main-menu.vue | 6 +++--- src/modules/main_menu/index.js | 9 ++++++--- src/sites/twitch-twilight/index.js | 9 +++++++++ .../twitch-twilight/modules/chat/settings_menu.js | 13 ++++++++++++- src/sites/twitch-twilight/styles/main_menu.scss | 4 ++++ 5 files changed, 34 insertions(+), 7 deletions(-) diff --git a/src/modules/main_menu/components/main-menu.vue b/src/modules/main_menu/components/main-menu.vue index b09c8c3a..f2fd6466 100644 --- a/src/modules/main_menu/components/main-menu.vue +++ b/src/modules/main_menu/components/main-menu.vue @@ -1,5 +1,5 @@