Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
X
ximper-shell-notification-center
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ximper Linux
ximper-shell-notification-center
Commits
35b296c5
Unverified
Commit
35b296c5
authored
Aug 31, 2022
by
asas1asas200
Committed by
GitHub
Aug 30, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typo (#160)
parent
94f0a435
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
notification.vala
src/notification/notification.vala
+1
-1
No files found.
src/notification/notification.vala
View file @
35b296c5
...
@@ -167,7 +167,7 @@ namespace SwayNotificationCenter {
...
@@ -167,7 +167,7 @@ namespace SwayNotificationCenter {
this
.
revealer
.
set_transition_duration
(
this
.
transition_time
);
this
.
revealer
.
set_transition_duration
(
this
.
transition_time
);
this
.
carousel
.
set_animation_duration
(
this
.
transition_time
);
this
.
carousel
.
set_animation_duration
(
this
.
transition_time
);
// Changes the swip
t
e direction depending on the notifications X position
// Changes the swipe direction depending on the notifications X position
switch
(
ConfigModel
.
instance
.
positionX
)
{
switch
(
ConfigModel
.
instance
.
positionX
)
{
case
PositionX
.
LEFT
:
case
PositionX
.
LEFT
:
this
.
carousel
.
reorder
(
event_box
,
0
);
this
.
carousel
.
reorder
(
event_box
,
0
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment