mirror of
https://github.com/zadam/trilium.git
synced 2025-11-07 22:05:44 +01:00
Add mobile dropdown for plugin buttons (#1762)
* Add mobile toolbar buttons * cleanup * more cleanup * Mobile plugin buttons: Add else block & change icon
This commit is contained in:
@@ -34,9 +34,7 @@ class AppContext extends Component {
|
||||
|
||||
this.tabManager.loadTabs();
|
||||
|
||||
if (utils.isDesktop()) {
|
||||
setTimeout(() => bundleService.executeStartupBundles(), 2000);
|
||||
}
|
||||
setTimeout(() => bundleService.executeStartupBundles(), 2000);
|
||||
}
|
||||
|
||||
showWidgets() {
|
||||
|
||||
Reference in New Issue
Block a user