mirror of
https://git.krews.org/morningstar/Arcturus-Community.git
synced 2024-11-22 23:10:52 +01:00
Update database to enable or disable TTY in console
This commit is contained in:
parent
86cf51ab05
commit
92636bbdc5
@ -7,3 +7,6 @@ INSERT INTO `emulator_texts` (`key`, `value`) VALUES ('wired.variable.item_count
|
||||
|
||||
-- Enable bubble alerts
|
||||
INSERT INTO `emulator_settings` (`key`, `value`) VALUES ('bubblealerts.enabled', '1');
|
||||
|
||||
-- Enable or Disable TTY in console (Default is enabled)
|
||||
INSERT INTO `emulator_settings` (`key`, `value`) VALUES ('console.mode', '0');
|
||||
|
Loading…
Reference in New Issue
Block a user