mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-01-24 21:42:51 -05:00
osd: configurable position
This commit is contained in:
@@ -23,7 +23,9 @@ Singleton {
|
||||
Top,
|
||||
Bottom,
|
||||
Left,
|
||||
Right
|
||||
Right,
|
||||
TopCenter,
|
||||
BottomCenter
|
||||
}
|
||||
|
||||
enum AnimationSpeed {
|
||||
@@ -305,6 +307,7 @@ Singleton {
|
||||
property int notificationPopupPosition: SettingsData.Position.Top
|
||||
|
||||
property bool osdAlwaysShowValue: false
|
||||
property int osdPosition: SettingsData.Position.BottomCenter
|
||||
property bool osdVolumeEnabled: true
|
||||
property bool osdBrightnessEnabled: true
|
||||
property bool osdIdleInhibitorEnabled: true
|
||||
|
||||
Reference in New Issue
Block a user