mirror of
https://github.com/zadam/trilium.git
synced 2026-01-03 21:24:24 +01:00
chore(tab_navigation): enable on server as well
This commit is contained in:
parent
a6c7610fcc
commit
ae83126903
@ -15,7 +15,7 @@ export default function TabHistoryNavigationButtons() {
|
||||
const legacyBackVisible = useLauncherVisibility("_lbBackInHistory");
|
||||
const legacyForwardVisible = useLauncherVisibility("_lbForwardInHistory");
|
||||
|
||||
return (isElectron() &&
|
||||
return (
|
||||
<div className="tab-history-navigation-buttons">
|
||||
{!legacyBackVisible && <ActionButton
|
||||
icon="bx bx-left-arrow-alt"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user