We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a7574f commit f54afb6Copy full SHA for f54afb6
examples/linux_pclocker/tgpclocker.lpr
@@ -28,7 +28,7 @@ TMyApplication = class(TCustomApplication)
28
29
const
30
API_TOKEN = 'BotToken'; //TODO: fill with your bot API
31
- AuthorizedSender = PC owner ID; //TODO: fill with the ID of the user allower do lock/unlock PC remotely
+ AuthorizedSender = 1234567890; //PC owner ID; TODO: fill with the ID of the user allower do lock/unlock PC remotely
32
33
{ TMyApplication }
34
0 commit comments