pastebin URL app setting

This commit is contained in:
swirl
2022-01-14 18:30:02 -05:00
parent a62155c1c9
commit a606b47a22
3 changed files with 6 additions and 13 deletions

View File

@ -714,8 +714,8 @@ Application::Application(int &argc, char **argv) : QApplication(argc, argv)
m_settings->registerSetting("UpdateDialogGeometry", "");
// paste.ee API key
m_settings->registerSetting("PasteEEAPIKey", "multimc");
// pastebin URL
m_settings->registerSetting("PastebinURL", "0x0.st");
// Init page provider
{