forked from olcxjas-softworks/LarpixClient
forgot to push
This commit is contained in:
parent
6ff37cb3be
commit
4942043ae3
28 changed files with 2458 additions and 0 deletions
7
node_modules/@capacitor/status-bar/ios/Sources/StatusBarPlugin/StatusBarConfig.swift
generated
vendored
Normal file
7
node_modules/@capacitor/status-bar/ios/Sources/StatusBarPlugin/StatusBarConfig.swift
generated
vendored
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
import UIKit
|
||||
|
||||
public struct StatusBarConfig {
|
||||
var overlaysWebView = true
|
||||
var backgroundColor: UIColor = .black
|
||||
var style: UIStatusBarStyle = .default
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue