mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 22:10:25 +02:00
removed old code
This commit is contained in:
parent
669fef763a
commit
6c9c22a5fb
1 changed files with 0 additions and 1 deletions
|
@ -37,7 +37,6 @@ Rectangle {
|
||||||
) ? expandedWidth : originalWidth;
|
) ? expandedWidth : originalWidth;
|
||||||
readonly property int totalEmojiDurationMS: 7000 // Must match `TOTAL_EMOJI_DURATION_MS` in `simplifiedEmoji.js`
|
readonly property int totalEmojiDurationMS: 7000 // Must match `TOTAL_EMOJI_DURATION_MS` in `simplifiedEmoji.js`
|
||||||
readonly property string emoteIconSource: "images/emote_Icon.svg"
|
readonly property string emoteIconSource: "images/emote_Icon.svg"
|
||||||
// property bool trayDisabled: Settings.getValue("simplifiedUI/showEmoteUI", false)
|
|
||||||
property bool showEmoteUI: Settings.getValue("simplifiedUI/showEmoteUI", false)
|
property bool showEmoteUI: Settings.getValue("simplifiedUI/showEmoteUI", false)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue