Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
Madara
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
viitto
Madara
Commits
2884b6e9
Commit
2884b6e9
authored
Sep 29, 2019
by
华国豪
🙄
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
截图隐藏显示传窗口
parent
93929c38
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
index.vue
src/renderer/components/index.vue
+1
-0
chateditor.vue
src/renderer/components/msssage/chateditor.vue
+3
-0
No files found.
src/renderer/components/index.vue
View file @
2884b6e9
...
...
@@ -160,6 +160,7 @@ export default {
this
.
MsgBus
.
$emit
(
"ignore-all-unRead"
)
})
this
.
$electron
.
ipcRenderer
.
on
(
'new-screen-hot'
,
(
event
,
dataurl
)
=>
{
this
.
$electron
.
remote
.
getCurrentWindow
().
show
();
this
.
MsgBus
.
$emit
(
"new-screen-hot"
,
dataurl
)
})
//
...
...
src/renderer/components/msssage/chateditor.vue
View file @
2884b6e9
...
...
@@ -221,6 +221,9 @@ export default {
this
.
msgToSent
=
obj
},
openScreenhot
()
{
if
(
this
.
hideThisWinActive
==
'1'
)
{
this
.
$electron
.
remote
.
getCurrentWindow
().
hide
();
}
this
.
$electron
.
ipcRenderer
.
send
(
"open-screenhot"
);
},
dataURLtoBlob
(
dataurl
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment