Plater Nameplates

Plater Nameplates

64M Downloads

[Feature Request] Allow the combination of Monochrome + Outline on text

KOVIKO opened this issue ยท 2 comments

commented

I'd like to be able to use Monochrome + Outline together. This option is standard in WeakAuras as well.

The addition is fairly simple:

Plater_OptionsPanel.lua:872-873:

-	local outline_modes = {"NONE", "MONOCHROME", "OUTLINE", "THICKOUTLINE"}
+	local outline_modes = {"NONE", "MONOCHROME", "OUTLINE", "THICKOUTLINE", "MONOCHROME, OUTLINE"}
-	local outline_modes_names = {"None", "Monochrome", "Outline", "Thick Outline"}
+	local outline_modes_names = {"None", "Monochrome", "Outline", "Thick Outline", "Monochrome Outline"}

From what I can tell in a day of testing, this addition doesn't seem to have any side effects or throw any errors.

commented

Sure. Do you want to create a PR for this? If so: adding the "Monochrome Thick Outline" option makes sense as well.

commented

Closed via #86