1
0
mirror of https://github.com/zumbiepig/MineXLauncher.git synced 2025-06-08 09:24:48 +00:00
This commit is contained in:
zumbiepig 2024-08-21 16:23:21 -07:00
parent 2f812faad0
commit fc3ae6963b
No known key found for this signature in database
GPG Key ID: 17C891BE28B953DE

View File

@ -48,7 +48,7 @@ if (window.location.pathname === '/settings/') {
'Ads are the only source of income for this project, and they help keep the servers running.\n\nIf you really want to disable ads, join the Discord server and get the password to disable ads.' 'Ads are the only source of income for this project, and they help keep the servers running.\n\nIf you really want to disable ads, join the Discord server and get the password to disable ads.'
) === 'zombie' ) === 'zombie'
) { ) {
storage.local.set('showAds', true); storage.local.set('showAds', false);
alert('Ads have been disabled. Reload the page to apply the changes.'); alert('Ads have been disabled. Reload the page to apply the changes.');
} else { } else {
alert('Wrong password. Join the Discord server to get the password.'); alert('Wrong password. Join the Discord server to get the password.');