22 * @name EditServers
33 * @author DevilBro
44 * @authorId 278543574059057154
5- * @version 2.4.4
5+ * @version 2.4.5
66 * @description Allows you to locally edit Servers
77 * @invite Jx3TjNS
88 * @donate https://www.paypal.me/MircoWittrien
@@ -391,7 +391,7 @@ module.exports = (_ => {
391391 BDFDB . ReactUtils . createElement ( BDFDB . LibraryComponents . ModalComponents . ModalTabContent , {
392392 tab : this . labels . modal_tabheader1 ,
393393 children : [
394- BDFDB . ReactUtils . createElement ( BDFDB . LibraryComponents . FormComponents . FormItem , {
394+ BDFDB . ReactUtils . createElement ( BDFDB . LibraryComponents . FormItem , {
395395 title : this . labels . modal_guildname ,
396396 className : BDFDB . disCN . marginbottom20 ,
397397 children : BDFDB . ReactUtils . createElement ( BDFDB . LibraryComponents . TextInput , {
@@ -408,7 +408,7 @@ module.exports = (_ => {
408408 }
409409 } )
410410 } ) ,
411- BDFDB . ReactUtils . createElement ( BDFDB . LibraryComponents . FormComponents . FormItem , {
411+ BDFDB . ReactUtils . createElement ( BDFDB . LibraryComponents . FormItem , {
412412 title : this . labels . modal_guildacronym ,
413413 className : BDFDB . disCN . marginbottom8 ,
414414 children :
@@ -423,7 +423,7 @@ module.exports = (_ => {
423423 type : "Switch" ,
424424 className : BDFDB . disCN . marginbottom20 ,
425425 label : this . labels . modal_ignorecustomname ,
426- tag : BDFDB . LibraryComponents . FormComponents . FormTags . H5 ,
426+ tag : BDFDB . LibraryComponents . FormTitle . Tags . H5 ,
427427 value : data . ignoreCustomName ,
428428 onChange : value => {
429429 newData . ignoreCustomName = value ;
@@ -439,17 +439,17 @@ module.exports = (_ => {
439439 align : BDFDB . LibraryComponents . Flex . Align . CENTER ,
440440 direction : BDFDB . LibraryComponents . Flex . Direction . HORIZONTAL ,
441441 children : [
442- BDFDB . ReactUtils . createElement ( BDFDB . LibraryComponents . FormComponents . FormTitle , {
442+ BDFDB . ReactUtils . createElement ( BDFDB . LibraryComponents . FormTitle . Title , {
443443 className : BDFDB . disCN . marginreset ,
444- tag : BDFDB . LibraryComponents . FormComponents . FormTags . H5 ,
444+ tag : BDFDB . LibraryComponents . FormTitle . Tags . H5 ,
445445 children : BDFDB . LanguageUtils . LibraryStrings . guildicon
446446 } ) ,
447447 BDFDB . ReactUtils . createElement ( BDFDB . LibraryComponents . SettingsItem , {
448448 type : "Switch" ,
449449 margin : 0 ,
450450 grow : 0 ,
451451 label : BDFDB . LanguageUtils . LanguageStrings . REMOVE ,
452- tag : BDFDB . LibraryComponents . FormComponents . FormTags . H5 ,
452+ tag : BDFDB . LibraryComponents . FormTitle . Tags . H5 ,
453453 value : data . removeIcon ,
454454 onChange : value => {
455455 newData . removeIcon = value ;
@@ -488,17 +488,17 @@ module.exports = (_ => {
488488 align : BDFDB . LibraryComponents . Flex . Align . CENTER ,
489489 direction : BDFDB . LibraryComponents . Flex . Direction . HORIZONTAL ,
490490 children : [
491- BDFDB . ReactUtils . createElement ( BDFDB . LibraryComponents . FormComponents . FormTitle , {
491+ BDFDB . ReactUtils . createElement ( BDFDB . LibraryComponents . FormTitle . Title , {
492492 className : BDFDB . disCN . marginreset ,
493- tag : BDFDB . LibraryComponents . FormComponents . FormTags . H5 ,
493+ tag : BDFDB . LibraryComponents . FormTitle . Tags . H5 ,
494494 children : BDFDB . LanguageUtils . LibraryStrings . guildbanner
495495 } ) ,
496496 BDFDB . ReactUtils . createElement ( BDFDB . LibraryComponents . SettingsItem , {
497497 type : "Switch" ,
498498 margin : 0 ,
499499 grow : 0 ,
500500 label : BDFDB . LanguageUtils . LanguageStrings . REMOVE ,
501- tag : BDFDB . LibraryComponents . FormComponents . FormTags . H5 ,
501+ tag : BDFDB . LibraryComponents . FormTitle . Tags . H5 ,
502502 value : data . removeBanner && guild . id != "410787888507256842" ,
503503 disabled : guild . id == "410787888507256842" ,
504504 onChange : value => {
@@ -535,7 +535,7 @@ module.exports = (_ => {
535535 BDFDB . ReactUtils . createElement ( BDFDB . LibraryComponents . ModalComponents . ModalTabContent , {
536536 tab : this . labels . modal_tabheader2 ,
537537 children : [
538- BDFDB . ReactUtils . createElement ( BDFDB . LibraryComponents . FormComponents . FormItem , {
538+ BDFDB . ReactUtils . createElement ( BDFDB . LibraryComponents . FormItem , {
539539 title : this . labels . modal_colorpicker3 ,
540540 className : BDFDB . disCN . marginbottom20 ,
541541 children : [
@@ -545,7 +545,7 @@ module.exports = (_ => {
545545 } )
546546 ]
547547 } ) ,
548- BDFDB . ReactUtils . createElement ( BDFDB . LibraryComponents . FormComponents . FormItem , {
548+ BDFDB . ReactUtils . createElement ( BDFDB . LibraryComponents . FormItem , {
549549 title : this . labels . modal_colorpicker4 ,
550550 className : BDFDB . disCN . marginbottom20 ,
551551 children : [
0 commit comments