route fixes
This commit is contained in:
@@ -42,7 +42,7 @@ class _LogTerminalState extends State<LogTerminal> {
|
||||
textStyle: kDefaultTerminalStyle,
|
||||
controller: terminalController,
|
||||
autofocus: true,
|
||||
backgroundOpacity: 0.7,
|
||||
backgroundOpacity: 0.9,
|
||||
onSecondaryTapDown: (details, offset) async {
|
||||
final selection = terminalController.selection;
|
||||
if (selection != null) {
|
||||
|
@@ -11,7 +11,7 @@ void veilidInit() {
|
||||
enabled: true,
|
||||
level: VeilidConfigLogLevel.debug,
|
||||
logsInTimings: true,
|
||||
logsInConsole: true),
|
||||
logsInConsole: false),
|
||||
api: VeilidWASMConfigLoggingApi(
|
||||
enabled: true, level: VeilidConfigLogLevel.info)));
|
||||
Veilid.instance.initializeVeilidCore(platformConfig.json);
|
||||
|
@@ -241,7 +241,7 @@ const MaterialColor materialPopComplementaryColor =
|
||||
|
||||
const kDefaultSpacingFactor = 4.0;
|
||||
|
||||
const kDefaultMonoTerminalFontFamily = "CascadiaMonoPL.ttf";
|
||||
const kDefaultMonoTerminalFontFamily = "Fira Code";
|
||||
const kDefaultMonoTerminalFontHeight = 1.2;
|
||||
const kDefaultMonoTerminalFontSize = 12.0;
|
||||
|
||||
|
Reference in New Issue
Block a user