mirror of
https://github.com/zombieFox/nightTab.git
synced 2025-02-01 19:09:51 +01:00
add button titles
This commit is contained in:
parent
cdab348a87
commit
8ce1aedec6
@ -32,6 +32,7 @@ export const Control_colorMixer = function({
|
||||
iconName: 'arrowKeyboardDown',
|
||||
style: ['line'],
|
||||
classList: ['collapse-toggle', 'form-group-item-small'],
|
||||
title: 'More controls',
|
||||
func: () => {
|
||||
this.moreControlsCollapse.toggle();
|
||||
this.moreControlsUpdate();
|
||||
|
@ -111,6 +111,7 @@ export const Control_slider = function({
|
||||
iconName: 'replay',
|
||||
style: ['line'],
|
||||
classList: ['form-group-item-small'],
|
||||
title: 'Reset to default',
|
||||
func: () => {
|
||||
|
||||
set({
|
||||
|
@ -111,6 +111,7 @@ export const Control_sliderSlim = function({
|
||||
iconName: 'replay',
|
||||
style: ['line'],
|
||||
classList: ['form-group-item-small'],
|
||||
title: 'Reset to default',
|
||||
func: () => {
|
||||
|
||||
set({
|
||||
|
@ -75,6 +75,7 @@ export const Control_textReset = function({
|
||||
iconName: 'replay',
|
||||
style: ['line'],
|
||||
classList: ['form-group-item-small'],
|
||||
title: 'Reset to default',
|
||||
func: () => {
|
||||
set({
|
||||
object: object,
|
||||
|
Loading…
Reference in New Issue
Block a user