You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
desc="Ensure scrollbar is enabled if the text becomes too long. This may taint objective frame buttons, such as dropping candles in delves. If you encounter issues, just disable this option.",
253
+
desc="Ensure scrollbar is enabled if the text becomes too long. This may taint objective frame buttons. If you encounter issues, just disable this option.",
252
254
descStyle="inline", width="full", type="toggle",
253
255
},
254
256
numKeysForQuestRewards= {
@@ -343,49 +345,62 @@ If you have trouble finding the name, try "/fstack", pressing ALT until the fram
343
345
order=increment(),
344
346
name=wrapName("Don't Accept Group Invites"),
345
347
desc="Don't allow DialogKey to accept Raid/Party Invitations",
346
-
descStyle="inline", width="full", type="toggle",
348
+
width=1.2, type="toggle",
347
349
},
348
350
dontAcceptInstanceLocks= {
349
351
order=increment(),
350
352
name=wrapName("Don't Accept Instance Lockouts"),
351
353
desc="Don't allow DialogKey to accept/\"save\" Instance Lockouts",
desc="Don't allow DialogKey to vote to abandon a m+ key",
360
+
width=1.2, type="toggle",
361
+
},
362
+
dontAcceptVoteKick= {
363
+
order=increment(),
364
+
name=wrapName("Don't Accept Vote Kicks"),
365
+
desc="Don't allow DialogKey to vote in Vote Kicks",
366
+
width=1.2, type="toggle",
353
367
},
354
368
dontClickSummons= {
355
369
order=increment(),
356
370
name=wrapName("Don't Accept Summons"),
357
371
desc="Don't allow DialogKey to accept Summon Requests",
358
-
descStyle="inline", width="full", type="toggle",
372
+
width=1.2, type="toggle",
359
373
},
360
374
dontClickDuels= {
361
375
order=increment(),
362
376
name=wrapName("Don't Accept Duels"),
363
377
desc="Don't allow DialogKey to accept Duel Requests",
364
-
descStyle="inline", width="full", type="toggle",
378
+
width=1.2, type="toggle",
365
379
},
366
380
dontClickRevives= {
367
381
order=increment(),
368
382
name=wrapName("Don't Accept Revives"),
369
383
desc="Don't allow DialogKey to accept Resurrections",
370
-
descStyle="inline", width="full", type="toggle",
371
-
},
372
-
dontClickReleases= {
373
-
order=increment(),
374
-
name=wrapName("Don't Release Spirit"),
375
-
desc="Don't allow DialogKey to Release Spirit",
376
-
descStyle="inline", width="full", type="toggle",
384
+
width=1.2, type="toggle",
377
385
},
378
386
useSoulstoneRez= {
379
387
order=increment(),
380
388
name=wrapName("Use Class-specific Revive"),
381
389
desc="Use Soulstone/Ankh/etc. resurrection option when one is available and a normal/battle resurrection is not\n\nThis option |cffff0000ignores|r the |cffffd100Don't Accept Revives|r option!",
382
-
descStyle="inline", width="full", type="toggle",
390
+
width=1.2, type="toggle",
391
+
},
392
+
dontClickReleases= {
393
+
order=increment(),
394
+
name=wrapName("Don't Release Spirit"),
395
+
desc="Don't allow DialogKey to Release Spirit",
396
+
width=1.2, type="toggle",
383
397
},
384
398
desc= {
385
399
order=increment(),
386
400
name=[[
387
401
Here you can create a custom list of popups that DialogKey should ignore.
388
402
Simply add (part of) the text that appears in the popup, and DialogKey will ignore it.
403
+
Alternatively, you can add the technical name of the popup, which you can find with /dump StaticPopup1.which while the popup is open.
0 commit comments