Codebase list tilix / 3259033
Fix #1368 gnunn1 6 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
251251 }
252252
253253 bool hideToolbar() {
254 return isQuake() && (gsSettings.getBoolean(SETTINGS_QUAKE_HIDE_HEADERBAR_KEY) || windowStyle > 1);
254 return (isQuake() && gsSettings.getBoolean(SETTINGS_QUAKE_HIDE_HEADERBAR_KEY)) || windowStyle > 1;
255255 }
256256
257257 /**