File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 539539 </x-card >
540540
541541 <!-- LogCard -->
542- <LogCard ></LogCard >
542+ <LogsCard ></LogsCard >
543543 </div >
544544 </div >
545545
@@ -638,7 +638,7 @@ import {
638638 DEFAULT_HOST_QMP_PORT ,
639639} from " ../lib/constants" ;
640640import { PortManager } from " ../utils/port" ;
641- import LogCard from " ./config/LogCard .vue" ;
641+ import LogsCard from " ./config/LogsCard .vue" ;
642642const { app }: typeof import (" @electron/remote" ) = require (" @electron/remote" );
643643
644644// Emits
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ import { Icon } from "@iconify/vue";
2121 </div >
2222 <p class =" text-neutral-400 text-[0.9rem] !pt-0 !mt-0" >Select the log you want to open</p >
2323 </div >
24- <div class =" flex flex-col gap-2 justify-center items-center" style =" font-size : 0.8125rem " >
24+ <div class =" flex flex-row gap-2 justify-center items-center" style =" font-size : 0.8125rem " >
2525 <x-button
2626 @click ="
2727 logTitle = 'Winboat log (winboat.log)';
You can’t perform that action at this time.
0 commit comments