ブロッカーへの警告はログイン時のみ表示するように

This commit is contained in:
syuilo
2018-09-24 08:00:10 +09:00
parent cba0dd5e17
commit d93f76c1af
2 changed files with 8 additions and 6 deletions

View File

@@ -87,10 +87,12 @@ init(async (launch) => {
updateBanner: updateBanner(os)
}));
/**
* Fuck AD Block
*/
fuckAdBlock(os);
if (os.store.getters.isSignedIn) {
/**
* Fuck AD Block
*/
fuckAdBlock(os);
}
/**
* Init Notification