9 lines
90 B
QML
9 lines
90 B
QML
pragma Singleton
|
|
import QtQuick 2.0
|
|
|
|
ConfigurationBase {
|
|
|
|
showCommunityLinks: true
|
|
|
|
}
|