Add message recommending users to reboot before using Android apps

This commit is contained in:
Rudra Saraswat 2023-04-18 15:07:07 +05:30
parent e54dbe03e3
commit 1a18d5fbb3
2 changed files with 12 additions and 9 deletions

View file

@ -22,6 +22,7 @@ function init_waydroid() {
if (e.data == 'success') {
document.getElementById('waydroid-initialize-settings').classList.add('d-none')
document.getElementById('waydroid-initialized-settings').classList.remove('d-none')
document.getElementById('first-time-waydroid').classList.remove('d-none')
}
}
}