commit 3177648ff4a299041da4d64495b7e73212017bd9
parent 1be24bc4751d2a2b0e9d01187da4876f79554526
Author: Manuel Geissbühler <manuel@debian>
Date: Thu, 2 Jan 2025 13:30:13 +0100
testing
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/cash2ecash.cpp b/src/cash2ecash.cpp
@@ -63,7 +63,7 @@ void actionEventUnexpected(){
void actionEventStart(){
std::cout << "Action Event Start called" << std::endl;
//gui.setActiveScreen(screenIdentification);
- gui.setActiveScreen(screenConnection);
+ gui.setActiveScreen(screenIdentification);
}
void actionEventAbortIdent(){