From 6a0d9d70edd6a54801c7781ee307a4dd8f120979 Mon Sep 17 00:00:00 2001
From: syuilo <syuilotan@yahoo.co.jp>
Date: Fri, 15 Feb 2019 05:55:59 +0900
Subject: [PATCH] =?UTF-8?q?=E9=9D=9E=E3=83=AD=E3=82=B0=E3=82=A4=E3=83=B3?=
 =?UTF-8?q?=E6=99=82=E3=81=AB=E3=81=8A=E7=9F=A5=E3=82=89=E3=81=9B=E3=82=92?=
 =?UTF-8?q?=E8=A1=A8=E7=A4=BA?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 src/client/app/desktop/views/home/home.vue | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/client/app/desktop/views/home/home.vue b/src/client/app/desktop/views/home/home.vue
index 5e265634f..9897cb82e 100644
--- a/src/client/app/desktop/views/home/home.vue
+++ b/src/client/app/desktop/views/home/home.vue
@@ -105,6 +105,10 @@ export default Vue.extend({
 				return [{
 					name: 'instance',
 					place: 'right'
+				}, {
+					name: 'broadcast',
+					place: 'right',
+					data: {}
 				}];
 			}
 		},