feat: moved network chart to the network chart widget. Replaced NetworkChart with NetworkChartV2.

This commit is contained in:
Serhiy Mytrovtsiy
2024-04-09 18:42:28 +02:00
parent f2d9a491fa
commit 2ec21de043
7 changed files with 123 additions and 251 deletions

View File

@@ -149,7 +149,7 @@ class SettingsWindow: NSWindow, NSWindowDelegate, NSToolbarDelegate {
return nil
}
}
func toolbarAllowedItemIdentifiers(_ toolbar: NSToolbar) -> [NSToolbarItem.Identifier] {
return [.flexibleSpace, .toggleButton]
}