mirror of
https://github.com/yuzu-emu/liftinstall
synced 2024-11-22 10:43:40 +00:00
ui: fix authentication view indentation error
This commit is contained in:
parent
d8df3b3114
commit
08ab3c369e
2 changed files with 5 additions and 4 deletions
|
@ -476,6 +476,7 @@ impl InstallerFramework {
|
|||
is_launcher: false,
|
||||
burn_after_exit: false,
|
||||
launcher_path: None,
|
||||
is_windows: cfg!(windows),
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -188,11 +188,11 @@ export default {
|
|||
}
|
||||
},
|
||||
directives: {
|
||||
scroll: {
|
||||
inserted: function (el) {
|
||||
el.scrollIntoView()
|
||||
}
|
||||
scroll: {
|
||||
inserted: function (el) {
|
||||
el.scrollIntoView()
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
|
Loading…
Reference in a new issue