UPD: Disable profile config panel for now
This commit is contained in:
@@ -74,6 +74,7 @@ export const useAppStore = defineStore('app', {
|
|||||||
this.profileManagerDragging = dragging
|
this.profileManagerDragging = dragging
|
||||||
},
|
},
|
||||||
setShowProfileConfig(show) {
|
setShowProfileConfig(show) {
|
||||||
|
show = false // TODO: Remove this / replace with actual logic
|
||||||
this.showProfileConfig = show
|
this.showProfileConfig = show
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user