mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-15 12:35:56 +08:00
Request is now only triggered on right actions
CURA-2279
This commit is contained in:
parent
c5d0942ee2
commit
6435e8ce6f
@ -246,6 +246,7 @@ class NetworkPrinterOutputDevice(PrinterOutputDevice):
|
||||
|
||||
@pyqtSlot()
|
||||
def requestAuthentication(self, message_id, action_id):
|
||||
if action_id == "Request" or action_id == "Retry":
|
||||
self._authentication_failed_message.hide()
|
||||
self._not_authenticated_message.hide()
|
||||
self._authentication_state = AuthState.NotAuthenticated
|
||||
|
Loading…
x
Reference in New Issue
Block a user