mirror of
https://github.com/kepler155c/opus
synced 2024-12-28 17:40:26 +00:00
Fix empty TextEntry in cloud config
This commit is contained in:
parent
db2a28f04c
commit
6204c46cc4
@ -42,7 +42,7 @@ To obtain a key, visit:
|
||||
|
||||
function tab:eventHandler(event)
|
||||
if event.type == 'update_key' then
|
||||
if #self.key.value > 0 then
|
||||
if self.key.value then
|
||||
config.key = self.key.value
|
||||
else
|
||||
config.key = nil
|
||||
|
Loading…
Reference in New Issue
Block a user