Added Autofill toolbar button

- May needs to be changed to have a left flow with option;
This commit is contained in:
badgamernl
2020-08-17 23:04:20 +02:00
parent 55a0fda2ea
commit 0900fe13ea
4 changed files with 42 additions and 0 deletions

7
config/gui/autofill.lua Normal file
View File

@@ -0,0 +1,7 @@
--- This file contains all the different settings for the autofill system and gui
-- @config Autofill
return {
-- General config
icon = 'item/piercing-rounds-magazine', --- @setting icon that will be used for the toolbar
}