ブロッカーへの警告はログイン時のみ表示するように
This commit is contained in:
parent
cba0dd5e17
commit
d93f76c1af
2 changed files with 8 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue