Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PIM
KMail Account Wizard
Commits
1e541f46
Commit
1e541f46
authored
Dec 26, 2021
by
Laurent Montel
😁
Browse files
Mark as single-instance using X-GNOME-SingleWindow key
parent
dbd255e4
Pipeline
#114425
passed with stage
in 1 minute and 13 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/ispdb/main.cpp
View file @
1e541f46
...
...
@@ -63,9 +63,9 @@ int main(int argc, char **argv)
{
#if QT_VERSION < QT_VERSION_CHECK(6, 0, 0)
QCoreApplication
::
setAttribute
(
Qt
::
AA_EnableHighDpiScaling
,
true
);
QCoreApplication
::
setAttribute
(
Qt
::
AA_UseHighDpiPixmaps
,
true
);
#endif
QApplication
app
(
argc
,
argv
);
app
.
setAttribute
(
Qt
::
AA_UseHighDpiPixmaps
,
true
);
KAboutData
aboutData
(
QStringLiteral
(
"ispdb"
),
i18n
(
"ISPDB Assistant"
),
QStringLiteral
(
"0.1"
),
...
...
src/org.kde.accountwizard.desktop
View file @
1e541f46
...
...
@@ -82,3 +82,4 @@ MimeType=application/x-accountwizard-package;
Terminal=false
X-DBUS-StartupType=Unique
X-DBUS-ServiceName=org.kde.accountwizard
X-GNOME-SingleWindow=true
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