mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
appDisplay: Define constant before using it
This is now a fatal error with current gjs, however I wonder: Did this ever work? https://bugzilla.gnome.org/show_bug.cgi?id=785084
This commit is contained in:
parent
a593e4587b
commit
6a2af25d48
1 changed files with 3 additions and 3 deletions
|
|
@ -45,6 +45,9 @@ const INDICATORS_BASE_TIME = 0.25;
|
|||
const INDICATORS_ANIMATION_DELAY = 0.125;
|
||||
const INDICATORS_ANIMATION_MAX_TIME = 0.75;
|
||||
|
||||
const VIEWS_SWITCH_TIME = 0.4;
|
||||
const VIEWS_SWITCH_ANIMATION_DELAY = 0.1;
|
||||
|
||||
// Follow iconGrid animations approach and divide by 2 to animate out to
|
||||
// not annoy the user when the user wants to quit appDisplay.
|
||||
// Also, make sure we don't exceed iconGrid animation total time or
|
||||
|
|
@ -57,9 +60,6 @@ const INDICATORS_ANIMATION_MAX_TIME_OUT =
|
|||
|
||||
const PAGE_SWITCH_TIME = 0.3;
|
||||
|
||||
const VIEWS_SWITCH_TIME = 0.4;
|
||||
const VIEWS_SWITCH_ANIMATION_DELAY = 0.1;
|
||||
|
||||
const SWITCHEROO_BUS_NAME = 'net.hadess.SwitcherooControl';
|
||||
const SWITCHEROO_OBJECT_PATH = '/net/hadess/SwitcherooControl';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue