Scroll Arrows for User Config (#161)

* almost working

* likely working changes

* fix width and launch

* unused UI state
This commit is contained in:
pdxlocations
2025-04-04 22:49:40 -07:00
committed by GitHub
parent a55d68a828
commit 4f64131d2e
4 changed files with 233 additions and 150 deletions

2
.vscode/launch.json vendored
View File

@@ -7,7 +7,7 @@
"request": "launch",
"cwd": "${workspaceFolder}",
"module": "contact.__main__",
"args": ["-c"]
"args": []
}
]
}