@@ -3,8 +3,8 @@ div.fit.flex(:style='{flexFlow: "column"}')
33 div.fit.q-px-md.text-center.q-mt-lg
44 q-img.q-ma-sm ( src ="https://raw.githubusercontent.com/tacxtv/miratopia-launcher/config/launcher/logo.png" height ="auto" width ="20%" )
55 q-img.q-ma-sm.q-mt-xl ( src ="https://raw.githubusercontent.com/tacxtv/miratopia-launcher/config/launcher/title.png" height ="auto" width ="70%" )
6- //- h1.text-h4.text-center.q-mb-md(v-text='modpack.name')
7- //- small.text-center.q-mb-md(v-text='modpack.description')
6+ h1.text-h4.text-center.q-mb-md ( v-text ='modpack.name' )
7+ small.text-center.q-mb-md ( v-text ='modpack.description' )
88 q-toolbar.q-mb-lg
99 q-space
1010 q-btn.q-mx-sm ( icon ='mdi-cog' flat dense @click ='openSettings' )
@@ -46,8 +46,8 @@ export default defineNuxtComponent({
4646 }),
4747 methods: {
4848 openSettings() {
49- (this [' settings-dialog' ] as { data: boolean }).data = true ;
50- (this [' settings-tab' ] as { data: string }).data = this .modpack .name ;
49+ ; (this [' settings-dialog' ] as { data: boolean }).data = true
50+ ; (this [' settings-tab' ] as { data: string }).data = this .modpack .name
5151 },
5252 launchMinecraft() {
5353 this .logsDisplay = true
@@ -67,7 +67,7 @@ export default defineNuxtComponent({
6767 this .$nextTick (() => {
6868 const target = (this .$refs .chatScroll as InstanceType <typeof QScrollArea >)?.getScrollTarget ()
6969 if (! target ) return
70- ; (this .$refs .chatScroll as InstanceType <typeof QScrollArea >)?.setScrollPosition (' vertical' , target .scrollHeight , 0 )
70+ ; (this .$refs .chatScroll as InstanceType <typeof QScrollArea >)?.setScrollPosition (' vertical' , target .scrollHeight , 0 )
7171 })
7272 })
7373 window .electron .onMinecraftStartup (() => {
0 commit comments