mirror of
https://github.com/greenshot/greenshot
synced 2025-08-22 22:34:27 -07:00
add prefix ![] for the link
This commit is contained in:
parent
2de30a902e
commit
5aa1762555
1 changed files with 1 additions and 1 deletions
|
@ -158,7 +158,7 @@ namespace GreenshotQiniuPlugin
|
||||||
// This causes an exeption if the upload failed :)
|
// This causes an exeption if the upload failed :)
|
||||||
//Log.DebugFormat("Uploaded to qiniu page: " + qiniuInfo.Page);
|
//Log.DebugFormat("Uploaded to qiniu page: " + qiniuInfo.Page);
|
||||||
|
|
||||||
uploadUrl = _config.DefaultDomain + filename;
|
uploadUrl = "";
|
||||||
|
|
||||||
|
|
||||||
Clipboard.SetText(uploadUrl);
|
Clipboard.SetText(uploadUrl);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue