0.1.8rc9
* check for filename in cache subfolder for files started through cloud connected printers * send 0% progress when in prepare state and progress is 100 * minor UI tweaks
This commit is contained in:
@ -22,6 +22,10 @@ $(function () {
|
||||
|
||||
self.auth_type = ko.observable("");
|
||||
|
||||
self.show_password = ko.pureComputed(function(){
|
||||
return self.settingsViewModel.settings.plugins.bambu_printer.auth_token() === '';
|
||||
});
|
||||
|
||||
self.show_verification = ko.pureComputed(function(){
|
||||
return self.auth_type() !== '';
|
||||
});
|
||||
|
Reference in New Issue
Block a user