sa3eedDev / U.G.L.Y

Other
1 stars 1 forks source link

[Feature Request] Make button "Schedule 1 hour after last scheduled post" when schedule new post #6

Open davish16 opened 4 years ago

davish16 commented 4 years ago

Is your feature request related to a problem?

Yes, if I schedule many posts in a row (for example images with memes) and I want to post them every hour I must manually set time of every post

Describe the solution you'd like

It's would be faster with that quality of life feature — make a button "schedule 1 hour after last scheduled post" when schedule new post

davish16 commented 4 years ago

The first task I needed to solve is to find the class file for scheduled messages to edit the pop up box that the scheduled messages uses.

davish16 commented 4 years ago

Found an API class that references the class type of the message weather it is scheduled or normal. This was in a struct Message type in Telegram/SourceFiles/api/api_common.h .

After looking through this file there was no where that had the code for what appeared in the box for the scheduled messages.

davish16 commented 4 years ago

Also searched through all the files in SourceFiles/ui/widgets. With no luck in locating the scheduler pop up window.