Internal
Public Access
Fix connect-time username prompt being unreachable for SSH/RDP
validateProfileForConnect() still hard-failed with a blocking QMessageBox for a blank SSH/RDP username, running before requestConnectOptions() ever got a chance to prompt for it inline -- so the connect-time username prompt added for issue #21 was dead code in practice; users just got told to go edit the profile instead. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
cmake_minimum_required(VERSION 3.21)
|
||||
|
||||
project(OrbitHub VERSION 2026.9.16.3 LANGUAGES CXX)
|
||||
project(OrbitHub VERSION 2026.9.16.4 LANGUAGES CXX)
|
||||
|
||||
set(CMAKE_CXX_STANDARD 17)
|
||||
set(CMAKE_CXX_STANDARD_REQUIRED ON)
|
||||
|
||||
Reference in New Issue
Block a user