Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
9
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Open sidebar
LordTermor
Pamac tray icon for plasma
Commits
839e592f
Commit
839e592f
authored
Oct 17, 2020
by
LordTermor
Committed by
LordTermor
Oct 17, 2020
Browse files
Fixed tray name
parent
e57059ff
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
main.cpp
main.cpp
+1
-1
No files found.
main.cpp
View file @
839e592f
...
...
@@ -12,7 +12,7 @@ int main(int argc, char *argv[])
QApplication
a
(
argc
,
argv
);
QApplication
::
setQuitOnLastWindowClosed
(
false
);
QApplication
::
setApplicationName
(
"
pamac-tray-plasma
"
);
QApplication
::
setApplicationName
(
"
Updates
"
);
PamacTray
tray
;
...
...
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