1
0
forked from noxious/client

#165 : Show message if player runs in canvas mode, then disconnect

This commit is contained in:
2024-09-28 20:30:26 +02:00
parent 2a34c7eea9
commit 8eec2e12ce
2 changed files with 11 additions and 1 deletions

View File

@ -1,5 +1,6 @@
export type Notification = {
id?: string
title?: string
message?: string
}