Skip to content
This repository has been archived by the owner on Mar 29, 2022. It is now read-only.

Commit

Permalink
1.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Bwadcodit committed Mar 16, 2022
1 parent a503297 commit 3cd0285
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 202 deletions.
4 changes: 2 additions & 2 deletions Main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -575,8 +575,8 @@ end

local glass = "|t40:40:esoui/art/lfg/lfg_tabicon_grouptools_down.dds|t"
local function SetupControl()
local templateName = GetAPIVersion() < 100033 and "ZO_InventorySearch" or "ZO_InventorySearchTemplate"
local bagSearchBg = WINDOW_MANAGER:CreateControlFromVirtual("$(parent)KeybinderSearch", ZO_Keybindings, templateName)
local templateName = "ZO_InventorySearchTemplate"
local bagSearchBg = WINDOW_MANAGER:CreateControlFromVirtual("$(parent)VotansKeybinderSearch", ZO_Keybindings, templateName)

local bagSearch = bagSearchBg:GetNamedChild("Box")
local bagSearchTx = bagSearch:GetNamedChild("Text")
Expand Down
6 changes: 3 additions & 3 deletions VotansKeybinder.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
## Title: Votan's Keybinder
## Author: votan
## Description: Adds checkboxes to key-bind dialog for user-account-wide key-bindings
## APIVersion: 100033 100034
## Version: 1.3.4
## DependsOn: libAddonKeybinds>=4
## APIVersion: 101032 101033
## Version: 1.3.5
## DependsOn: libAddonKeybinds>=5
## SavedVariables: VotansKeybinder_Data

## This Add-On is not created by, affiliated with or sponsored by ZeniMax Media Inc. or its affiliates. The Elder Scrolls� and related logos are registered trademarks or trademarks of ZeniMax Media Inc. in the United States and/or other countries. All rights reserved.
Expand Down
182 changes: 0 additions & 182 deletions libs/libAddonKeybinds/libAddonKeybinds.lua

This file was deleted.

15 changes: 0 additions & 15 deletions libs/libAddonKeybinds/libAddonKeybinds.txt

This file was deleted.

0 comments on commit 3cd0285

Please sign in to comment.