New sticker creator button
This commit is contained in:
parent
85adb39d31
commit
fad0529080
25 changed files with 442 additions and 11 deletions
1
ts/window.d.ts
vendored
1
ts/window.d.ts
vendored
|
@ -148,6 +148,7 @@ declare global {
|
|||
localeMessages: { [key: string]: { message: string } };
|
||||
|
||||
isBehindProxy: () => boolean;
|
||||
openArtCreator: (opts: { username: string; password: string }) => void;
|
||||
|
||||
enterKeyboardMode: () => void;
|
||||
enterMouseMode: () => void;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue