mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-14 17:23:25 +01:00
[ADD] LocalConsole showing STDOUT and STDERR
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
import SwiftUI
|
||||
import AsyncImage
|
||||
import SFSafeSymbols
|
||||
import LocalConsole
|
||||
import AltStoreCore
|
||||
import Intents
|
||||
|
||||
@@ -157,6 +158,10 @@ struct SettingsView: View {
|
||||
RefreshAttemptsView()
|
||||
}
|
||||
|
||||
SwiftUI.Button("Toggle Console") {
|
||||
LCManager.shared.isVisible.toggle()
|
||||
}
|
||||
|
||||
if MailComposeView.canSendMail {
|
||||
SwiftUI.Button("Send Feedback") {
|
||||
self.isShowingFeedbackMailView = true
|
||||
|
||||
Reference in New Issue
Block a user