forked from Shinonome/dots-hyprland
Remove redundant comments code
This commit is contained in:
@@ -3,7 +3,6 @@ import App from 'resource:///com/github/Aylur/ags/app.js'
|
|||||||
import * as Utils from 'resource:///com/github/Aylur/ags/utils.js'
|
import * as Utils from 'resource:///com/github/Aylur/ags/utils.js'
|
||||||
import { darkMode } from './modules/.miscutils/system.js';
|
import { darkMode } from './modules/.miscutils/system.js';
|
||||||
export const COMPILED_STYLE_DIR = `${GLib.get_user_cache_dir()}/ags/user/generated`
|
export const COMPILED_STYLE_DIR = `${GLib.get_user_cache_dir()}/ags/user/generated`
|
||||||
// i18n_init();
|
|
||||||
globalThis['handleStyles'] = (resetMusic) => {
|
globalThis['handleStyles'] = (resetMusic) => {
|
||||||
// Reset
|
// Reset
|
||||||
Utils.exec(`mkdir -p "${GLib.get_user_state_dir()}/ags/scss"`);
|
Utils.exec(`mkdir -p "${GLib.get_user_state_dir()}/ags/scss"`);
|
||||||
|
|||||||
@@ -8,8 +8,6 @@ const { exec, execAsync } = Utils;
|
|||||||
import { init as i18n_init, getString } from './i18n/i18n.js'
|
import { init as i18n_init, getString } from './i18n/i18n.js'
|
||||||
//init i18n, Load language file
|
//init i18n, Load language file
|
||||||
i18n_init()
|
i18n_init()
|
||||||
// i18n_setLanguage('zh_CN') //Manual configuration
|
|
||||||
|
|
||||||
Gtk.IconTheme.get_default().append_search_path(`${App.configDir}/assets/icons`);
|
Gtk.IconTheme.get_default().append_search_path(`${App.configDir}/assets/icons`);
|
||||||
|
|
||||||
// Global vars for external control (through keybinds)
|
// Global vars for external control (through keybinds)
|
||||||
|
|||||||
Reference in New Issue
Block a user