yndrelbosch
1/21/2018 - 1:40 PM

2018-01-21_06-40-33.txt


					<Button parentKey="Logout" inherits="SyncUI_OptionsButtonTemplate,SecureActionButtonTemplate" text="LOGOUT">
						<Attributes>
							<Attribute name="type" value="macro" />
							<Attribute name="macrotext" value="/logout" />
						</Attributes>
						<Anchors>
							<Anchor point="TOP" relativeKey="$parent.Addons" relativePoint="BOTTOM"/>
						</Anchors>
						<Scripts>
							<OnClick>
								if not IsResting() then
									HideUIPanel(GameMenuFrame)
								end
							</OnClick>
						</Scripts>
					</Button>
					<Button parentKey="Exit" inherits="SyncUI_OptionsButtonTemplate,SecureActionButtonTemplate" text="EXIT_GAME">
						<Attributes>
							<Attribute name="type" value="macro" />
							<Attribute name="macrotext" value="/exit" />
						</Attributes>
						<Anchors>
							<Anchor point="TOP" relativeKey="$parent.Logout" relativePoint="BOTTOM" x="0" y="10" />
						</Anchors>
						<Scripts>
							<OnClick>
								if not IsResting() then
									HideUIPanel(GameMenuFrame)
								end
							</OnClick>
						</Scripts>
					</Button>