fix(macos): hide Restart Gateway when remote
This commit is contained in:
@@ -57,7 +57,7 @@ struct SettingsRootView: View {
|
||||
.tag(SettingsTab.permissions)
|
||||
|
||||
if self.state.debugPaneEnabled {
|
||||
DebugSettings()
|
||||
DebugSettings(state: self.state)
|
||||
.tabItem { Label("Debug", systemImage: "ant") }
|
||||
.tag(SettingsTab.debug)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user