mirror of
https://github.com/onyx-and-iris/voicemeeter-compact.git
synced 2026-04-18 05:23:31 +00:00
navigation_menu added, toggles the nav frame.
may be configured through app.toml
This commit is contained in:
@@ -15,6 +15,8 @@ class Navigation(ttk.Frame):
|
||||
self.parent = parent
|
||||
self.logger = logger.getChild(self.__class__.__name__)
|
||||
self.grid(row=0, column=3, padx=(0, 2), pady=(5, 5), sticky=(tk.W, tk.E))
|
||||
if not _configuration.navigation_show:
|
||||
self.grid_remove()
|
||||
self.styletable = self.parent.styletable
|
||||
|
||||
self.builder = builders.NavigationFrameBuilder(self)
|
||||
|
||||
Reference in New Issue
Block a user