UPD: Disable profile config panel for now

This commit is contained in:
Robert Kossessa
2024-05-18 13:35:44 +02:00
parent f7d65311a3
commit ce8616e166

View File

@@ -74,6 +74,7 @@ export const useAppStore = defineStore('app', {
this.profileManagerDragging = dragging
},
setShowProfileConfig(show) {
show = false // TODO: Remove this / replace with actual logic
this.showProfileConfig = show
}
}