File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -108,9 +108,6 @@ export class TermViewModel implements ViewModel {
108108 if ( termMode == "vdom" ) {
109109 return { elemtype : "iconbutton" , icon : "bolt" } ;
110110 }
111- const isCmd = get ( this . isCmdController ) ;
112- if ( isCmd ) {
113- }
114111 return { elemtype : "iconbutton" , icon : "terminal" } ;
115112 } ) ;
116113 this . viewName = jotai . atom ( ( get ) => {
@@ -1140,7 +1137,7 @@ export class TermViewModel implements ViewModel {
11401137 } ,
11411138 ] ,
11421139 } ) ;
1143-
1140+
11441141 const isDurable = globalStore . get ( getBlockTermDurableAtom ( this . blockId ) ) ;
11451142 if ( isDurable ) {
11461143 advancedSubmenu . push ( {
@@ -1153,7 +1150,7 @@ export class TermViewModel implements ViewModel {
11531150 ] ,
11541151 } ) ;
11551152 }
1156-
1153+
11571154 fullMenu . push ( {
11581155 label : "Advanced" ,
11591156 submenu : advancedSubmenu ,
You can’t perform that action at this time.
0 commit comments