mirror of
https://github.com/smartfrigde/armcord.git
synced 2024-08-14 23:56:58 +00:00
Change the keybind notice to mention keybind maker
This commit is contained in:
parent
1a1c549f6c
commit
d01a0c8f8c
4 changed files with 8 additions and 0 deletions
|
@ -36,3 +36,11 @@ div#acForceQuit:after {
|
||||||
content: url("https://raw.githubusercontent.com/ArmCord/BrandingStuff/main/ac_white_plug16x.png");
|
content: url("https://raw.githubusercontent.com/ArmCord/BrandingStuff/main/ac_white_plug16x.png");
|
||||||
margin-right: 5px;
|
margin-right: 5px;
|
||||||
}
|
}
|
||||||
|
.container-3jbRo5.info-1hMolH.browserNotice-1u-Y5o {
|
||||||
|
visibility: hidden;
|
||||||
|
display: block !important;
|
||||||
|
}
|
||||||
|
.container-3jbRo5.info-1hMolH.browserNotice-1u-Y5o:after {
|
||||||
|
content: "You can modify global keybinds using the keybind maker on the left sidebar";
|
||||||
|
visibility: visible;
|
||||||
|
}
|
||||||
|
|
0
src/keybindMaker/main.ts
Normal file
0
src/keybindMaker/main.ts
Normal file
0
src/keybindMaker/maker.html
Normal file
0
src/keybindMaker/maker.html
Normal file
0
src/keybindMaker/preload.ts
Normal file
0
src/keybindMaker/preload.ts
Normal file
Loading…
Reference in a new issue