Add locale chooser GUI test for devs

This commit is contained in:
Vortrex
2022-05-17 08:56:05 -05:00
parent 46cb86d25b
commit 865ac8af7c
3 changed files with 13 additions and 0 deletions

View File

@@ -97,6 +97,7 @@ function addAllNetworkHandlers() {
// Locale
addNetworkEventHandler("vrr.locale", setLocale);
addNetworkEventHandler("vrr.localeChooser", toggleLocaleChooserGUI);
// Misc
addNetworkEventHandler("vrr.mouseCursor", toggleMouseCursor);