We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7eb39e8 commit 654c1f1Copy full SHA for 654c1f1
gateone/applications/terminal/static/terminal.js
@@ -849,7 +849,7 @@ go.Base.update(GateOne.Terminal, {
849
logDebug('loadFont(' + font + ", " + size + ")");
850
font = font || go.prefs.terminalFont;
851
var settings = {'font_family': font};
852
- if (size) {settings['font_size'] = size}
+ settings['font_size'] = size || go.prefs.terminalFontSize;
853
go.ws.send(JSON.stringify({'terminal:get_font': settings}));
854
},
855
loadTextColors: function(colors) {
0 commit comments