mirror of
https://github.com/Starlio-app/Starlio-web.git
synced 2024-11-06 01:13:57 +03:00
add auto change wallpaper
This commit is contained in:
parent
b9d775eec9
commit
87878315e5
1 changed files with 2 additions and 1 deletions
|
@ -22,7 +22,8 @@ func Database() {
|
|||
CREATE TABLE IF NOT EXISTS settings (
|
||||
lang TEXT DEFAULT 'en',
|
||||
autostart INTEGER DEFAULT 0,
|
||||
autoupdate INTEGER DEFAULT 0
|
||||
autoupdate INTEGER DEFAULT 0,
|
||||
autochangewallpaper INTEGER DEFAULT 0
|
||||
);`
|
||||
_, CreateTableErr := db.Exec(sqlTable)
|
||||
if CreateTableErr != nil {
|
||||
|
|
Loading…
Reference in a new issue