..
This commit is contained in:
parent
d7efc433bd
commit
07a66a3fa3
@ -562,6 +562,17 @@ fun TradingDecisionLog() {
|
||||
onCheckedChange = { tradeConfig.enableOverSea = it
|
||||
KisSession.saveTradeConfig() }
|
||||
)
|
||||
|
||||
SettingInputField(
|
||||
label = "특정 메시지를 수신하려면 텔레그램 아뒤 입력",
|
||||
initialValue = (tradeConfig.tlg_id).toString(),
|
||||
onSave = {
|
||||
tradeConfig.tlg_id = it
|
||||
KisSession.saveTradeConfig()
|
||||
},
|
||||
helperText = "본인의 텔레그램 아뒤"
|
||||
)
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user