format
This commit is contained in:
parent
0b5e764556
commit
d5896b95e9
|
@ -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 New Issue