mirror of
https://github.com/yuzu-emu/liftinstall.git
synced 2024-11-24 04:15:44 +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,
|
||||
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 New Issue
Block a user