mirror of
https://github.com/yuzu-emu/liftinstall.git
synced 2024-11-24 06:55:42 +01:00
ui: fix authentication view indentation error
This commit is contained in:
parent
d8df3b3114
commit
08ab3c369e
@ -476,6 +476,7 @@ impl InstallerFramework {
|
|||||||
is_launcher: false,
|
is_launcher: false,
|
||||||
burn_after_exit: false,
|
burn_after_exit: false,
|
||||||
launcher_path: None,
|
launcher_path: None,
|
||||||
|
is_windows: cfg!(windows),
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -188,11 +188,11 @@ export default {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
directives: {
|
directives: {
|
||||||
scroll: {
|
scroll: {
|
||||||
inserted: function (el) {
|
inserted: function (el) {
|
||||||
el.scrollIntoView()
|
el.scrollIntoView()
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
Loading…
Reference in New Issue
Block a user