mirror of
https://github.com/zydeco/minivmac4ios.git
synced 2024-11-22 03:30:59 +00:00
add glass background to bar, remove from buttons
This commit is contained in:
parent
043c20b645
commit
0204043e10
@ -20,22 +20,23 @@ extension ViewController {
|
||||
VStack {
|
||||
Spacer(minLength: 80.0)
|
||||
HStack {
|
||||
PowerMenu().glassBackgroundEffect()
|
||||
SettingsMenu().glassBackgroundEffect()
|
||||
PowerMenu()
|
||||
SettingsMenu()
|
||||
|
||||
Button(action: {
|
||||
AppDelegate.shared.showInsertDisk(self)
|
||||
}, label: {
|
||||
Image(systemName: "opticaldiscdrive")
|
||||
}).glassBackgroundEffect()
|
||||
})
|
||||
|
||||
Button(action: {
|
||||
self.showKeyboard(self)
|
||||
}, label: {
|
||||
Image(systemName: "keyboard")
|
||||
}).glassBackgroundEffect()
|
||||
}.padding(.all)
|
||||
.glassBackgroundEffect()
|
||||
})
|
||||
}
|
||||
.padding(.all)
|
||||
.glassBackgroundEffect()
|
||||
}
|
||||
}
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user