Skip to content

Commit

Permalink
library: Moved title
Browse files Browse the repository at this point in the history
  • Loading branch information
saadulkh committed Sep 15, 2023
1 parent 3ca8bdf commit 6b4b2a8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Library/demos/View Switcher/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,10 @@ notifications_page.badge_number = notification_count;

for (let i = 0; i < notification_count; i++) {
const notification_row = new Adw.ActionRow({
title: "Notification",
selectable: false,
});

notification_row.title = "Notification";

const button = new Gtk.Button({
halign: "center",
valign: "center",
Expand Down

0 comments on commit 6b4b2a8

Please sign in to comment.