mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2024-11-10 11:19:30 +00:00
format
This commit is contained in:
parent
0b5e764556
commit
d5896b95e9
2 changed files with 4 additions and 4 deletions
|
@ -74,12 +74,12 @@ import SwiftUI
|
|||
}
|
||||
}
|
||||
|
||||
public var pendingShownAtBottom : Bool {
|
||||
public var pendingShownAtBottom: Bool {
|
||||
didSet {
|
||||
storage.pendingShownAtBottom = pendingShownAtBottom
|
||||
storage.pendingShownAtBottom = pendingShownAtBottom
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
public var isOpenAIEnabled: Bool {
|
||||
didSet {
|
||||
storage.isOpenAIEnabled = isOpenAIEnabled
|
||||
|
|
|
@ -48,7 +48,7 @@ struct PendingStatusesObserverView: View {
|
|||
.cornerRadius(8)
|
||||
}
|
||||
.padding(12)
|
||||
.frame(maxHeight: .infinity, alignment: preferences.pendingShownAtBottom ? .bottom : .top )
|
||||
.frame(maxHeight: .infinity, alignment: preferences.pendingShownAtBottom ? .bottom : .top)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue