Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Education
KHangMan
Commits
7c0389b2
Commit
7c0389b2
authored
Nov 10, 2021
by
Oleg Solovyov
🐴
Committed by
Albert Astals Cid
Nov 30, 2021
Browse files
Hide GHNS button when ghns is disabled
parent
d97898f1
Pipeline
#103501
failed with stage
in 1 minute and 32 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
7c0389b2
...
...
@@ -25,7 +25,7 @@ include(GenerateExportHeader)
include
(
ECMAddAppIcon
)
include
(
ECMSetupVersion
)
find_package
(
KF5 5.1
7
.0 REQUIRED COMPONENTS
find_package
(
KF5 5.
8
1.0 REQUIRED COMPONENTS
I18n
Crash
Completion
...
...
src/qml/GamePage.qml
View file @
7c0389b2
...
...
@@ -27,6 +27,8 @@ import QtMultimedia 5.0
import
QtQml
2.2
import
QtGraphicalEffects
1.0
import
org
.
kde
.
newstuff
1.81
as
NewStuff
Item
{
id
:
gamePage
...
...
@@ -326,6 +328,7 @@ Item {
Layout.fillWidth
:
true
iconSource
:
"
Images/get-hot-new-stuff.png
"
tooltip
:
i18n
(
"
Download new language files
"
)
visible
:
NewStuff
.
Settings
.
allowedByKiosk
onClicked
:
{
khangman
.
slotDownloadNewStuff
()
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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