mirror of
https://github.com/duckietm/Nitro-V3.git
synced 2026-06-19 23:16:21 +00:00
feat(chat): improve command autocomplete and command alerts
This commit is contained in:
@@ -7,6 +7,7 @@ import { LoginView } from './components/login/LoginView';
|
||||
import { MainView } from './components/MainView';
|
||||
import { ReconnectView } from './components/reconnect/ReconnectView';
|
||||
import { useMessageEvent, useNitroEvent } from './hooks';
|
||||
import { ensureChatCommandListener } from './hooks/rooms/widgets/useChatCommandSelector';
|
||||
|
||||
NitroVersion.UI_VERSION = GetUIVersion();
|
||||
|
||||
@@ -562,7 +563,9 @@ export const App: FC<{}> = props =>
|
||||
bumpProgress(85, taskLabel('loading.task.rooms', 'Loading rooms...'));
|
||||
await GetRoomEngine().init();
|
||||
bumpProgress(92, taskLabel('loading.task.engine', 'Loading graphics engine...'));
|
||||
ensureChatCommandListener();
|
||||
await GetCommunication().init();
|
||||
ensureChatCommandListener();
|
||||
bumpProgress(98, taskLabel('generic.reconnecting', 'Connecting to server...'));
|
||||
})();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user