1.1.4
This commit is contained in:
@@ -3,14 +3,10 @@
|
||||
"short_name":"LS Admin",
|
||||
"icons":[
|
||||
{
|
||||
"src":"/static/android-chrome-192x192.png",
|
||||
"sizes":"192x192",
|
||||
"type":"image/png"
|
||||
},
|
||||
{
|
||||
"src":"/static/android-chrome-512x512.png",
|
||||
"sizes":"512x512",
|
||||
"type":"image/png"
|
||||
"src": "/static/maskable_icon_x192.png",
|
||||
"sizes": "196x196",
|
||||
"type": "image/png",
|
||||
"purpose": "any maskable"
|
||||
}
|
||||
],
|
||||
"theme_color":"#ffffff",
|
||||
|
||||
@@ -39,6 +39,7 @@ locale.setlocale(locale.LC_ALL, 'it_IT.utf8')
|
||||
def styling():
|
||||
ui.colors(primary='black', secondary="lightgray")
|
||||
ui.query('body').style(f'font-family: sans-serif')
|
||||
ui.add_head_html('<meta name="theme-color" content="#000000"/>')
|
||||
|
||||
def login_check():
|
||||
if not app.storage.user.get('authenticated', False):
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 79 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 8.3 KiB |
Reference in New Issue
Block a user