Skip to content

Commit

Permalink
fix a fatal error on start
Browse files Browse the repository at this point in the history
  • Loading branch information
周源坤 committed Jul 21, 2022
1 parent 1d05639 commit f7a9b51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ScreenZ/ScreenZ/ScreenZApp.swift
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ class AppDelegate: NSObject, NSApplicationDelegate {


func applicationDidFinishLaunching(_ aNotification: Notification) {
constructFirstTime()
constructMenu()
constructWallpaper()
constructPlayer(Bundle.main.url(forResource: "demo", withExtension: "mp4")!)
constructFirstTime()
//constructAutoStart()
}

Expand Down

0 comments on commit f7a9b51

Please sign in to comment.