mirror of
https://github.com/Starlio-app/StarlioX
synced 2024-11-22 08:46:22 +03:00
del func
This commit is contained in:
parent
8014e7a7ff
commit
e603702aa3
1 changed files with 0 additions and 5 deletions
|
@ -2,7 +2,6 @@ package functions
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"encoding/json"
|
"encoding/json"
|
||||||
"fmt"
|
|
||||||
"github.com/jasonlvhit/gocron"
|
"github.com/jasonlvhit/gocron"
|
||||||
"github.com/reujab/wallpaper"
|
"github.com/reujab/wallpaper"
|
||||||
"github.com/rodkranz/fetch"
|
"github.com/rodkranz/fetch"
|
||||||
|
@ -62,10 +61,6 @@ func SetWallpaper() {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
func x() {
|
|
||||||
fmt.Println("F")
|
|
||||||
}
|
|
||||||
|
|
||||||
func StartWallpaper() {
|
func StartWallpaper() {
|
||||||
type Autostart struct {
|
type Autostart struct {
|
||||||
Autochangewallpaper int `json:"autochangewallpaper"`
|
Autochangewallpaper int `json:"autochangewallpaper"`
|
||||||
|
|
Loading…
Add table
Reference in a new issue