diff options
author | swirl <swurl@swurl.xyz> | 2022-01-14 18:30:02 -0500 |
---|---|---|
committer | swirl <swurl@swurl.xyz> | 2022-01-14 18:30:02 -0500 |
commit | a606b47a22443cefc52d865df24c45ff50908f6f (patch) | |
tree | a489ad3137a4729999846315f24b223b01356e7d /launcher/Application.cpp | |
parent | a62155c1c9e561327cc589fe3da7b6d5a107d58d (diff) | |
download | PrismLauncher-a606b47a22443cefc52d865df24c45ff50908f6f.tar.gz PrismLauncher-a606b47a22443cefc52d865df24c45ff50908f6f.tar.bz2 PrismLauncher-a606b47a22443cefc52d865df24c45ff50908f6f.zip |
pastebin URL app setting
Diffstat (limited to 'launcher/Application.cpp')
-rw-r--r-- | launcher/Application.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/launcher/Application.cpp b/launcher/Application.cpp index 98e3e0fc..110b2e6b 100644 --- a/launcher/Application.cpp +++ b/launcher/Application.cpp @@ -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 { |