Illuminations icon indicating copy to clipboard operation
Illuminations copied to clipboard

[Feature Request] Hide Warning Popup

Open ghost opened this issue 2 years ago • 6 comments

I'm aware that Illuminations is merging with Effective to become a Quilt modloader exclusive. Cool and fine with me, but can you please add a config option to hide the intrusive warning popup, or at least provide confirmation that this will be removed on the current Fabric version when the merge happens?

popup

ghost avatar Nov 08 '22 01:11 ghost

I am not using Quilt and not planning to do so. This toast drives me crazy, and a config option is needed to disable this nonsense right-in-your face message. Thanks.

MJRamon avatar Nov 18 '22 23:11 MJRamon

Can confirm that this is extremely annoying (the sound man) and not having the option to disable it is driving me up the wall. The current best solution is to not use this mod at all.

Edit: using Toast Manager to block all non-vanilla toasts works to make the game playable.

jeedrb avatar Nov 29 '22 16:11 jeedrb

Disable the donator popup in the config.

Le mar. 29 nov. 2022, 17:56, jeedrb @.***> a écrit :

Can confirm that this is extremely annoying (the sound man) and not having the option to disable it is driving me up the wall. The current best solution is to not use this mod at all.

— Reply to this email directly, view it on GitHub https://github.com/Ladysnake/Illuminations/issues/160#issuecomment-1330960580, or unsubscribe https://github.com/notifications/unsubscribe-auth/AGCL7DOMVR7NC633KUHU2ODWKYYTBANCNFSM6AAAAAARZY2KNY . You are receiving this because you are subscribed to this thread.Message ID: @.***>

doctor4t avatar Nov 29 '22 17:11 doctor4t

donator config option does not influence the merge toast. atleast not on the latest fabric version 1.10.11

yuri0r avatar Dec 08 '22 08:12 yuri0r

I also need this. Plus they disabled the latest version without the toast (1.10.9) on curseforge so I'd have to go back and lose a bugfix if I wanted to downgrade to before the toast.

TheInfamousAlk avatar May 14 '23 20:05 TheInfamousAlk

If you use toast control (forge) or toast manager (fabric) you can add the toast class to the blocked_classes = [] line in toastmanager-client.toml to disable it. Example:

blocked_classes = ["ladysnake.illuminations.client.gui.EffectiveToast"]

TheInfamousAlk avatar May 25 '23 22:05 TheInfamousAlk