Commit 601c076 1 parent 4acf3f1 commit 601c076 Copy full SHA for 601c076
File tree 3 files changed +1
-26
lines changed
kotlin/com/github/dinbtechit/vscodetheme
3 files changed +1
-26
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
package com.github.dinbtechit.vscodetheme.startup
2
2
3
3
import com.github.dinbtechit.vscodetheme.VSCodeThemeManager
4
- import com.github.dinbtechit.vscodetheme.actions.AlwaysApplyThemeAction
4
+
5
5
import com.github.dinbtechit.vscodetheme.actions.DonateAction
6
6
import com.github.dinbtechit.vscodetheme.actions.StarGithubRepoAction
7
7
import com.github.dinbtechit.vscodetheme.actions.WhatsNewAction
@@ -95,7 +95,6 @@ class VSCodeStartupNotifyActivity : ProjectActivity {
95
95
.createNotification(content, type)
96
96
.setTitle(title)
97
97
.setIcon(VSCodeIcons .Logo )
98
- .addAction(AlwaysApplyThemeAction (text = " Themes" ))
99
98
.addAction(DonateAction ())
100
99
.addAction(StarGithubRepoAction ())
101
100
.addAction(WhatsNewAction ())
Original file line number Diff line number Diff line change 36
36
<errorHandler implementation =" com.github.dinbtechit.vscodetheme.diagostic.VSCodeErrorReportSubmitter" />
37
37
</extensions >
38
38
<actions >
39
- <action id =" com.github.dinbtechit.vscodetheme.actions.AlwaysApplyThemeAction"
40
- class =" com.github.dinbtechit.vscodetheme.actions.AlwaysApplyThemeAction"
41
- text =" Always Apply" description =" Always action" >
42
- </action >
43
39
<action id =" com.github.dinbtechit.vscodetheme.actions.DismissNotification"
44
40
class =" com.github.dinbtechit.vscodetheme.actions.DismissNotification"
45
41
text =" Dismiss" description =" Dismiss notification" >
You can’t perform that action at this time.
0 commit comments