mirror of
https://github.com/Eugeny/tabby.git
synced 2025-07-02 17:39:54 +00:00
fixed missing tabs at the bottom
This commit is contained in:
parent
a1980afd9d
commit
66558290a0
@ -12,7 +12,6 @@ title-bar(
|
||||
&& config.store.appearance.frame == "thin" \
|
||||
&& (config.store.appearance.tabsLocation == "top" || config.store.appearance.tabsLocation == "left")')
|
||||
.tabs(
|
||||
*ngIf='config.store.appearance.tabsLocation != "bottom"'
|
||||
dnd-sortable-container,
|
||||
[sortableData]='app.tabs',
|
||||
)
|
||||
@ -22,7 +21,6 @@ title-bar(
|
||||
[sortableIndex]='idx',
|
||||
(onDragStart)='onTabDragStart()',
|
||||
(onDragEnd)='onTabDragEnd()',
|
||||
|
||||
[index]='idx',
|
||||
[tab]='tab',
|
||||
[active]='tab == app.activeTab',
|
||||
|
Loading…
x
Reference in New Issue
Block a user