1
0
mirror of https://github.com/QRouland/UTPass.git synced 2025-06-29 08:42:29 +00:00

Some clean up

This commit is contained in:
2025-02-11 10:52:03 +01:00
parent c6f2424017
commit 7e8ac60cc9
3 changed files with 18 additions and 15 deletions

View File

@ -15,7 +15,6 @@ Page {
property string __repoUrl
function __loadForm() {
console.debug("yo");
switch (combo.selectedIndex) {
case 0:
importGitCloneForm.source = Qt.resolvedUrl("../../components/GitCloneHttp.qml");