Bläddra i källkod

change from bni

alqindiirsyam 3 år sedan
förälder
incheckning
efc375026e

BIN
appbuilder-ios/NexilisLite/NexilisLite/Resource/Assets.xcassets/pb_ball.imageset/Contents.json


+ 0 - 21
appbuilder-ios/NexilisLite/NexilisLite/Resource/Assets.xcassets/pb_powered.imageset/Contents.json

@@ -1,21 +0,0 @@
-{
-  "images" : [
-    {
-      "filename" : "pb_ball.png",
-      "idiom" : "universal",
-      "scale" : "1x"
-    },
-    {
-      "idiom" : "universal",
-      "scale" : "2x"
-    },
-    {
-      "idiom" : "universal",
-      "scale" : "3x"
-    }
-  ],
-  "info" : {
-    "author" : "xcode",
-    "version" : 1
-  }
-}

BIN
appbuilder-ios/NexilisLite/NexilisLite/Resource/Assets.xcassets/pb_powered.imageset/pb_ball.png


+ 1 - 1
appbuilder-ios/NexilisLite/NexilisLite/Source/View/Call/QmeraAudioViewController.swift

@@ -192,7 +192,7 @@ class QmeraAudioViewController: UIViewController {
     }()
     
     let nexilisLogo: UIButton = {
-        let image = UIImage(named: "pb_powered", in: Bundle.resourceBundle(for: Nexilis.self), with: nil)
+        let image = UIImage(named: "pb_powered_button", in: Bundle.resourceBundle(for: Nexilis.self), with: nil)
         let button = UIButton()
         button.setImage(image, for: .normal)
         button.imageView?.contentMode = .scaleAspectFit

+ 1 - 1
appbuilder-ios/NexilisLite/NexilisLite/Source/View/Call/QmeraVideoViewController.swift

@@ -90,7 +90,7 @@ class QmeraVideoViewController: UIViewController {
     }()
     
     let nexilisLogo: UIButton = {
-        let image = UIImage(named: "pb_powered", in: Bundle.resourceBundle(for: Nexilis.self), with: nil)
+        let image = UIImage(named: "pb_powered_button", in: Bundle.resourceBundle(for: Nexilis.self), with: nil)
         let button = UIButton()
         button.setImage(image, for: .normal)
         button.imageView?.contentMode = .scaleAspectFit

+ 1 - 1
appbuilder-ios/NexilisLite/NexilisLite/Source/View/Control/SettingTableViewController.swift

@@ -112,7 +112,7 @@ public class SettingTableViewController: UITableViewController {
                     } else if cursorUser.string(forColumnIndex: 0) != "23" && cursorUser.string(forColumnIndex: 0) != "24" {
                         Item.menus["Personal"]?.insert(Item(icon: UIImage(systemName: "person.crop.rectangle"), title: "Sign In Admin / Internal".localized()), at: 1)
                     }
-                    Item.menus["Personal"]?.insert(Item(icon: UIImage(named: "pb_powered", in: Bundle.resourceBundle(for: Nexilis.self), with: nil), title: "Change Image FB Become Photo Profile".localized()), at: 2)
+                    Item.menus["Personal"]?.insert(Item(icon: UIImage(named: "pb_ball", in: Bundle.resourceBundle(for: Nexilis.self), with: nil), title: "Change Image FB Become Photo Profile".localized()), at: 2)
                     let image = cursorUser.string(forColumnIndex: 1)
                     if image != nil {
                         if !image!.isEmpty {