PasteUpload task changed to use 0x0.st's protocol
- Modified PasteUpload task to upload the log file to 0x0.st and other services with the same protocol. - Modified Paste settings UI to allow the user to select a custom paste URL, simplified the settings page code.
This commit is contained in:
parent
a606b47a22
commit
b50e584369
9 changed files with 51 additions and 125 deletions
|
@ -715,7 +715,7 @@ Application::Application(int &argc, char **argv) : QApplication(argc, argv)
|
|||
m_settings->registerSetting("UpdateDialogGeometry", "");
|
||||
|
||||
// pastebin URL
|
||||
m_settings->registerSetting("PastebinURL", "0x0.st");
|
||||
m_settings->registerSetting("PastebinURL", "https://0x0.st");
|
||||
|
||||
// Init page provider
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue