Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 1fc0b8e

Browse files
committedFeb 4, 2024
2.59.3 Final
1 parent bce75a9 commit 1fc0b8e

File tree

3 files changed

+123
-97
lines changed

3 files changed

+123
-97
lines changed
 

‎package-lock.json

+120-96
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎packages/rpm/caprine.spec

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ install -Dm644 license %{buildroot}%{_datadir}/licenses/%{name}
5757
%{_datadir}/pixmaps/%{name}.png
5858

5959
%changelog
60-
* Mon Jan 31 2024 Alex313031 <alex313031@gmail.com> - 2.59.3-1
60+
* Mon Feb 4 2024 Alex313031 <alex313031@gmail.com> - 2.59.3-1
6161
- Release 2.59.3
6262
* Mon Jan 15 2024 Alex313031 <alex313031@gmail.com> - 2.59.2-1
6363
- Release 2.59.2

‎source/index.ts

+2
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ electronContextMenu({
6969
width: 1024,
7070
height: 768,
7171
useContentSize: true,
72+
darkTheme: darkMode.isEnabled,
7273
webPreferences: {
7374
nodeIntegration: false,
7475
nodeIntegrationInWorker: false,
@@ -90,6 +91,7 @@ electronContextMenu({
9091
width: 1024,
9192
height: 768,
9293
useContentSize: true,
94+
darkTheme: darkMode.isEnabled,
9395
webPreferences: {
9496
nodeIntegration: false,
9597
nodeIntegrationInWorker: false,

0 commit comments

Comments
 (0)
Please sign in to comment.